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

https://github.com/ccbluex/axochat_server

Backend for LiquidBounce's global chat feature (LiquidChat).
https://github.com/ccbluex/axochat_server

chat liquidbounce liquidchat minecraft

Last synced: about 1 year ago
JSON representation

Backend for LiquidBounce's global chat feature (LiquidChat).

Awesome Lists containing this project

README

          

# AxoChat Server
A generic server for chat features in Minecraft modifications utilizing the Mojang authentication scheme and WebSockets. LiquidBounce employs it for its global chat feature, which allows users to communicate with other people using the client regardless of the current server.

## Implementation
A specification of the protocol used can be found [here](PROTOCOL.md).