Skip to content

tulsiram-sunrise/chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Server

This application is solely build to serve the purpose of setting open connection between client & server and send messages back and fourth between them.

Current implementation only contains notifying client if new client comes on server and when somebody leave the connection i.e. disconnected to server.

These things are being managed using socket library to have open connection

Setup on your machine

In order to run it on your machine you need to have node installed and then run below commands from the directory where you kept these files in extracted form.

  • npm install
  • npm start

About

Chat server implemented using node js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published