Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bradtraversy/chatcord

Realtime chat app with rooms
https://github.com/bradtraversy/chatcord

Last synced: 3 days ago
JSON representation

Realtime chat app with rooms

Awesome Lists containing this project

README

        

# ChatCord App
Realtime chat app with websockets using Node.js, Express and Socket.io with Vanilla JS on the frontend with a custom UI
[![Run on Repl.it](https://repl.it/badge/github/bradtraversy/chatcord)](https://repl.it/github/bradtraversy/chatcord)
## Usage
```
npm install
npm run dev

Go to localhost:3000
```

## Notes
The *_html_css* folder is just a starter template to follow along with the tutorial at https://www.youtube.com/watch?v=jD7FnbI76Hg&t=1339s. It is not part of the app