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).
- Host: GitHub
- URL: https://github.com/ccbluex/axochat_server
- Owner: CCBlueX
- License: mit
- Created: 2020-02-25T22:12:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T06:18:45.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T03:51:15.337Z (about 1 year ago)
- Topics: chat, liquidbounce, liquidchat, minecraft
- Language: Rust
- Homepage:
- Size: 343 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).