Skip to content

A TCP/IPC Client Server application that can be used to send data to everyone connected.

Notifications You must be signed in to change notification settings

MicrosoftStudentAmbassadors-Kenya/nodejs-tcp-client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node TCP/IPC Server.

  • This is a simple script, that uses the net lib, to create a TCP server. You can be able to plug in, send and listen to the server:

  • After cloning and navigating into the repository folder run:

    # Install dependencies
    npm i #pm2

    # To start the TCP server run
    npm start

    # To check server status run
    netstat -an | grep 6969

    # To send requests to the server run
    telnet localhost 6969
  • Its worth noting there is an inbuilt client
  • Next to use this project as the TCP server and send requests to other users.

Happy Hacking!

About

A TCP/IPC Client Server application that can be used to send data to everyone connected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published