Skip to content

A Chatroom based on the TCP protocol. Can be used with netcat.

License

Notifications You must be signed in to change notification settings

saminitz/TCP-Chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Chatroom

A Chatroom based on the TCP protocol. Can be used with netcat.

Usage

Server

Start a server: node server.js <port>

If no port is specified, it defaults to 1337

Client

Connect as a client nc <serverIP> <port>

About

A Chatroom based on the TCP protocol. Can be used with netcat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published