Skip to content

priteshjha4u/websocket-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocket-chat-app

WebSocket Chat Application, This Chat app demonstrate how we can use HTML5 websocket api to communicate with server in real time.

Running the application

  • clone this repo
  • npm install
  • npm start or node server.js

Now navigate to URL http://localhost:8080/ in your browser

Open multiple browser windows to create multiple client

you can see active clients list in the UI. and start a chat window for any listed client.

if your are connected to a network (LAN), people on your network can also connect to your server using your IP:PORT.

About

WebSocket Chat Application, This Chat app demonstrate how we can use HTML5 websocket api to communicate with server in real time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published