Skip to content

shahraship/telnetchatserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Telnet Chat Server example

Run instructions:

# Make sure Node is installed:

node index.js

Some useful commands:

/rooms #returns the list of available rooms
/join [ROOM NAME] #allows you to join the room
[ANY MESSAGE TO BE SENT IN THE ROOM]
/leave #leave the room that you joined before
/quit #close connection

Note: You can only join one room at a time. You cannot quit unless if you leave the room first.

About

Creating a Telnet Chat server using NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published