Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edde746/live-chat

Simple live chat with sockets
https://github.com/edde746/live-chat

chat nextjs socket-io tailwindcss

Last synced: about 1 month ago
JSON representation

Simple live chat with sockets

Awesome Lists containing this project

README

        

# live-chat

Simple live chat built with NextJS, Socket.IO and TailwindCSS.

## Using

### Hosted version

https://e746chat.herokuapp.com

### Local development server
```bash
git clone https://github.com/edde746/live-chat.git
cd live-chat
npm install
npm run dev
```