This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
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. ```bash % cd src/main/resources % npm install swaggersocket-client % node echo-client.js ```