Just a basic chat system, part of my attempts to learn Gleam / OTP.
- Implement basic chat with registry, chats in actors and mist
- Add supervision
- Add persistence/hydration port (hexagonal)
- Add mnesia/amnesiac adapter
- Add postgres/squirrel adapter
- Try to use wisp with SSE, fork and PR if necessary
- Add tests
- Try to get working with otp observer
- Add more features, message types, privacy, invites/acceptance, LLM agents etc