Skip to content

this is a simple telnet / ncat chat server written in js. its a product of me experimenting with raw sockets.

License

Notifications You must be signed in to change notification settings

TheBaum123/telnet-chat-server-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telneet / ncat chat server

run

To run the server go into the repos root directory. Use npm i to install all dependencies and run the server with node .

Optional: Set the PORT environment variable in the .env file to a specific port if you want to use a specific one.

connect

connect using nc:

nc <server-ip> <port>

connect using telnet (don't, for some reason it currently messes up the server):

telnet <server-ip> <port>

in both occations replace <server-ip> with your servers ip address and <port> with the port that the server is running on(will be logged, when the server starts)

About

this is a simple telnet / ncat chat server written in js. its a product of me experimenting with raw sockets.

Topics

Resources

License

Stars

Watchers

Forks