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

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.

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.