Examples
If you wish to test the websocket and http examples follow the instruction bellow.
Download Examples Download Nodejs LTS
Websocket
- 1- Download
Websocket_Client
andWebsocket_Server
- 2- Extract both files.
- 3- Go to
Websocket_Server
folder, open terminal and typenpm install
npm run start
.
HTTP
- 1- Download
HTTP_Client
andHTTP_Server
- 2- Extract both files.
- 3- Go to
HTTP_Server
folder, open terminal and typenpm install
npm run start
.