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

https://github.com/henriqueyun/chat-backend-socket

A socket.io implementation to manage multiple client connections that receives and broadcast messages in the Xet project
https://github.com/henriqueyun/chat-backend-socket

chat nodejs socket socket-io websocket

Last synced: 2 months ago
JSON representation

A socket.io implementation to manage multiple client connections that receives and broadcast messages in the Xet project

Awesome Lists containing this project

README

          

# chat-backend-socket

A socket.io implementation to manage multiple client connections that receives and broadcast and messages in the Xet Project.

### Up And Running

Set the environment variables:

`PORT`: Port where the socket server will serve;

`LOG_LEVEL`: Pino.js log level.

This ready, run:
```
npm install
npm start
```