Skip to content

A NodeJS based chat room application with both server and client codes.

Notifications You must be signed in to change notification settings

tarunv98/TCPIP-Chat-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP/IP-Chat-Room

Message broadcasting + Private chat in room

A NodeJS based chat room application with both server and client codes.

Instructions:

  1. Download/ Clone the repo and execute the server file:
   $ node server.js

✌️That's It!!✌️

  1. You can use the client code or anyother TCP based chat clients like telnet or netcat and connect to localhost 3000
  2. To run client, in a new terminal,
   $ node client.js

Features:

  1. Message broadcasting to all clients by default.
  2. @ username message sends message to partculat user privately.
@<username> <message>

About

A NodeJS based chat room application with both server and client codes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published