Skip to content

faraazahmad/node-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Chat

A simple chat server built in node.js. It has the following features:

  • Connect multiple clients
  • Clients can talk on the server
  • Clients can set and change their nicknames

To run the server

Clone the repo with

git clone https://github.com/faraazahmad/node-chat

and cd into it. Then simply run the server (you must have NodeJS installed) using

node server.js

To connect to a chat server

You can telnet into it using

telnet <SERVER_IP> 5000

where <SERVER_IP> is the IPv4 address of the chat server, for example 192.168.0.114.

About

A simple chat server built in node.js with no external dependencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published