https://github.com/altanis/chat-backend
A backend WebSocket server which allows users to chat to eachother.
https://github.com/altanis/chat-backend
Last synced: 3 months ago
JSON representation
A backend WebSocket server which allows users to chat to eachother.
- Host: GitHub
- URL: https://github.com/altanis/chat-backend
- Owner: Altanis
- Created: 2022-04-30T03:04:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T12:15:08.000Z (over 2 years ago)
- Last Synced: 2025-01-24T20:19:22.106Z (5 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Backend
This project was meant to create a backend for a chat-based application to emit messages to several users.
This project is the bare minimum and would require specialization to continue. As such, I've decided to create a superset of this project.The new project will implement almost every chat feature here and be used to create a Mafia psychology based game via a messaging system.
See [this repository](https://github.com/CoderSudaWuda/mafia-backend) for more information.