Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 JavaScript

Made with ❤ by [Ishaan Sheikh](http://frikishaan.xyz)😎