https://github.com/sunanda01/bytechat_server
Basic ChatApp for learning Socket IO that supports one to one and one to many communication
https://github.com/sunanda01/bytechat_server
Last synced: 10 months ago
JSON representation
Basic ChatApp for learning Socket IO that supports one to one and one to many communication
- Host: GitHub
- URL: https://github.com/sunanda01/bytechat_server
- Owner: Sunanda01
- License: mit
- Created: 2025-05-02T17:01:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T08:46:42.000Z (about 1 year ago)
- Last Synced: 2025-07-12T17:51:26.358Z (12 months ago)
- Language: JavaScript
- Homepage: https://bytechat-server.onrender.com/health-check
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Frontend Repository: [https://github.com/Sunanda01/ByteChat_Client.git](https://github.com/Sunanda01/ByteChat_Client.git)
## Get Started
Here I have kept the backend of ByteChat App
## Clone the repo
First, clone the repo:
```bash
https://github.com/Sunanda01/ByteChat_Server.git
```
## Add .env files that is the secret of this project
```bash
For Backend add .env
PORT=
DB_URL=""
FRONTEND_URL=""
```
## For Dev Run
```bash
npm install
npm run dev
```