Skip to content

ahmed-abdelfata7/TCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

tcp server using nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published