swaggersocket-echo-node-client
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Node.js Echo Demo using swaggerSocket.js ======================================================================== Running the demo --------------------------------------- Start the server side of the SwaggerSocket Echo sample. Please refer to the swaggersocket-echo sample page at https://github.com/swagger-api/swagger-socket/blob/master/samples/swaggersocket-echo/ After the server has been started, start this client by executing the following shell commands. (Assuming node and npm are installed, eg. node-0.10.38 and npm-2.7.3) ```bash % cd src/main/resources % npm install swaggersocket-client % node echo-client.js ```