Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frikishaan/chat-app
Chat Application using socket.io
https://github.com/frikishaan/chat-app
chat-application javascript nodejs socket-io
Last synced: 16 days ago
JSON representation
Chat Application using socket.io
- Host: GitHub
- URL: https://github.com/frikishaan/chat-app
- Owner: frikishaan
- Created: 2020-01-15T13:40:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T12:10:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T11:50:51.684Z (3 months ago)
- Topics: chat-application, javascript, nodejs, socket-io
- Language: CSS
- Homepage: https://codepen.io/sheikh_ishaan/full/vYEazXa
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Chat Application using socket.io
The app is a part of my **#30Days30Projects challenge**. The app have a nice UI which shows a notification on user joined and leaved event. Multiple users can join the chat at a time.
The public folder contains the client side stuff while the server side code is in `index.js` file. The demo is available [here](https://codepen.io/sheikh_ishaan/full/vYEazXa)
## Usage
- clone the repository
git clone <>
- Install dependencies
npm install- Run socket.io server
npm run dev
- Open `public/index.html` in **multiple tabs**. You'll see a notification each time the user connected.
## Tech Stack
- Node.js (Express.js)
- [Socket.io](http://socket.io)
- Vanilla JavaScriptMade with ❤ by [Ishaan Sheikh](http://frikishaan.xyz)😎