Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 415 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 415 Bytes

TCP Server using nodejs net module

Running

  • To run project just type node server.js.

Testing

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