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
- Host: GitHub
- URL: https://github.com/henriqueyun/chat-backend-socket
- Owner: henriqueyun
- License: mit
- Created: 2021-12-24T04:13:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-24T05:28:43.000Z (over 4 years ago)
- Last Synced: 2025-03-28T00:27:11.518Z (about 1 year ago)
- Topics: chat, nodejs, socket, socket-io, websocket
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```