Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 545 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 545 Bytes

Chat-Application

A Real-Time Chat application using Socket.io NodeJS to connect mutilple users across the server so that they can chat with each other.

  • Server will be on 24/7 and it allows users to communicate with each other in real-time through a web interface, utilizing websockets for instant message delivery.
  • This enables instant message delivery without the need for periodic polling or page refreshing. The chat application is designed to be scalable, efficient, and easy to use, and it can be deployed on a variety of platforms.