https://github.com/mugendesu/real-time-chat-application
This Is a real time Chat application that uses websockets
https://github.com/mugendesu/real-time-chat-application
expressjs real-time-chat whatsapp-chat
Last synced: 7 months ago
JSON representation
This Is a real time Chat application that uses websockets
- Host: GitHub
- URL: https://github.com/mugendesu/real-time-chat-application
- Owner: Mugendesu
- Created: 2023-10-30T21:03:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T20:59:51.000Z (9 months ago)
- Last Synced: 2025-01-22T21:32:07.158Z (9 months ago)
- Topics: expressjs, real-time-chat, whatsapp-chat
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation Process
+ Download the required files
+ In the terminal type :-
1. ```npm i nodemon```
2. ```npm i express```
3. `npm i socket.io`
+ Then start the server by typing (in the terminal *obviusly*) :- `npm run dev`
+ Then open 2 tabs of the this link [localhost:3000](http://localhost:3000/)
(*Or You can upload to a cloud server and use two different devices*)+ Enter random name and start chating
# Basic Overview
+ **A Real Time Chat Application** using WebSockets
##### WebSockets are a protocol that allows for a two-way communication channel between a client and a server. They are used to exchange data in real time, without requiring the client to make a request.
+ ExpressJS is used for the development of the HTTP Server of this Project
###### As the name suggests , this applications creates a server for two-Way Many-to-Many communication channel such as Whatsapp , Messanger and such chatting applications