Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`