Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 399 Bytes

File metadata and controls

16 lines (12 loc) · 399 Bytes

tcp-client-server

TCP Client Server example

Pre-requisites

Ensure that node (tested in v7.10.0) is installed.

How to run this?

  1. Clone the repo git clone https://github.com/AbrahamArun/tcp-client-server.git
  2. cd tcp-client-server
  3. npm install
  4. Run the server node server.js
  5. Run the client (in another terminal), node client.js

Preview

preview