https://github.com/neelanjan00/socket.io-chat-application
A full-duplex multi-user chat application developed using web sockets via Socket.Io in Node.js
https://github.com/neelanjan00/socket.io-chat-application
css html js node-js web-sockets
Last synced: 29 days ago
JSON representation
A full-duplex multi-user chat application developed using web sockets via Socket.Io in Node.js
- Host: GitHub
- URL: https://github.com/neelanjan00/socket.io-chat-application
- Owner: neelanjan00
- Created: 2020-10-26T08:49:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T10:44:51.000Z (about 5 years ago)
- Last Synced: 2025-02-28T19:09:15.474Z (over 1 year ago)
- Topics: css, html, js, node-js, web-sockets
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Welcome to Socket.Io Chat App 👋
> A full-duplex multi-user chat application made using web sockets via Socket.io in node js. The web application frontend is developed using HTML and CSS along with vanilla JS. The backend of the applciation has been developed in Node.js with Express.js backend framework along with the Socket.io library for creating the websocket. The application enables multiple users to engage in group chat sessions through different chatrooms.
### 🏠 [Homepage](https://github.com/neelanjan00/Socket.Io-Chat-Application)
## Install
```sh
npm install
```
## Usage
```sh
node app.js
```
## Author
👤 **Neelanjan Manna**
* Website: https://neelanjanmanna.ml/
* Twitter: [@NeelanjanManna](https://twitter.com/NeelanjanManna)
* Github: [@neelanjan00](https://github.com/neelanjan00)
* LinkedIn: [@neelanjan00](https://linkedin.com/in/neelanjan00)
## Show your support
Give a ⭐️ if this project helped you!