Skip to content

A chat application built with Node.js and socket.io.

License

Notifications You must be signed in to change notification settings

Rajesh42/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stay connected with your friends with your own group chat app

A chat application built with Node.js and socket.io.

Chat features

  • At the beginning every user can select their name and will post system message to the chat area that a new user just connected.
  • Supports multi-persons group chat.
  • Websockets were used for real time bi directional data transfer.
  • When a user closes the browser window, server will post system massage to the chat area that a user has disconnected.

How to run

  1. download the code then extract
  2. open the terminal (or Use Ctrl + backtick character)
  3. change directory cd .\nodeServer
  4. Install all dependencies npm install
  5. run nodemon npm run nodemon
  6. finnaly, Navigate to http://127.0.0.1:5500.Open two browsers and start chatting.

About

A chat application built with Node.js and socket.io.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published