A simple chat application using Go and WebSockets*.
*With support for more protocols coming soon™.
- Implement real login and save credentials (maybe use public and private keys)
- Add cryptography to messages
- Improve the client chat
- Add client commands (like /help, /rooms, /join, /leave, /exit)
- Add support for other protocols (like TCP)
- Create a binary protocol