TCP Client Server example
Ensure that node (tested in v7.10.0) is installed.
- Clone the repo
git clone https://github.com/AbrahamArun/tcp-client-server.git cd tcp-client-servernpm install- Run the server
node server.js - Run the client (in another terminal),
node client.js
