A real time messaging service anyone can host themself. Code is opensource and free to use. Feel free to raise issues, make pr's.
Future features will include file systems, collaborative spaces, voice/video, federations (mesh networks/web)
local development
- To launch the chat service you need to have rust and npm installed.
- Open the chat-server folder in your terminal and run: cargo run
- Open the chat-client folder and run: pnpm/yarn i, pnpm run dev
proper documentation coming soon