Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shirshendubhowmick/chat-app-server
Websocket based 1 to many chat app server
https://github.com/shirshendubhowmick/chat-app-server
Last synced: 18 days ago
JSON representation
Websocket based 1 to many chat app server
- Host: GitHub
- URL: https://github.com/shirshendubhowmick/chat-app-server
- Owner: shirshendubhowmick
- Created: 2021-10-13T09:24:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T15:43:01.000Z (about 3 years ago)
- Last Synced: 2024-12-10T03:21:02.740Z (about 1 month ago)
- Language: TypeScript
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App Server
The backend is built with Express and Socket.io
To get started
```bash
npm install
```Start the server
```
npm start
```This will start the server at http://localhost:3000
If the port needs to be changed and a `PORT` env can be set
To CORS whitelist addtional URLs please add them in the variable `corsWhilteList` located inside `./src/constants/index.ts`