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

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

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
```