Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bradtraversy/chatcord
- Owner: bradtraversy
- Created: 2020-03-23T20:04:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T22:26:30.000Z (5 months ago)
- Last Synced: 2024-10-31T11:05:11.317Z (about 2 months ago)
- Language: HTML
- Size: 104 KB
- Stars: 1,172
- Watchers: 42
- Forks: 1,154
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - bradtraversy/chatcord - Realtime chat app with rooms (HTML)
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 devGo 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