Skip to content

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 and Websocket_Server
  • 2- Extract both files.
  • 3- Go to Websocket_Server folder, open terminal and type npm install npm run start.

HTTP

  • 1- Download HTTP_Client and HTTP_Server
  • 2- Extract both files.
  • 3- Go to HTTP_Server folder, open terminal and type npm install npm run start.