https://github.com/bdbose/chatroom-node
Simple Chat App Backend made with node, express and socketio.
https://github.com/bdbose/chatroom-node
express nodejs socket-io
Last synced: 11 months ago
JSON representation
Simple Chat App Backend made with node, express and socketio.
- Host: GitHub
- URL: https://github.com/bdbose/chatroom-node
- Owner: bdbose
- Created: 2021-04-16T14:04:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T11:46:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T06:11:34.297Z (about 1 year ago)
- Topics: express, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chat App Backend
This is the backend socket setup for a Chat Application 🚀
## Tech Used
- Nodejs 🌏
- Express 🎯
- SocketIo 🧿
## To start 🚀
```
npm i
npm run dev
```
### For the Frontend Code : https://github.com/bdbose/Chatroom-React