Skip to content

arunksv3/chatRoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time chat application using Socket.io in Node.js

In this project, a real-time chat application has been developed which will run on local machine. The front-end webpage will prompt the user for their name to keep track of who is sending the messages. This page can be opened in as many windows as the user wants. If a message is sent from one window, it will be displayed in every windows. So, it is just like a real-time web-page opened in multiple clients’ browser which are connected to a common server, i.e, localhost.

Prerequisites

  1. Knowledge of — HTML, CSS, JavaScript, JQuery, and Node.js.
  2. Node.js should be installed on your local machine.

Final look of the project in action (youtube link)

Real-Time chat App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 42.9%
  • JavaScript 32.6%
  • CSS 24.5%