- To run project just type
node server.js
.
By using nc command which runs netcat. utility is used for just about anything under the sun involving TCP or UDP. It can open TCP connections, send UDP packets, listen on arbitrary TCP and UDP ports, do port scanning, and deal with both IPv4 and IPv6.
-
nc server_ip_address port
-
nc 127.0.0.1 6000