/letschat

A simple chat application using Go and WebSockets.

Primary LanguageGo

LetsChat

A simple chat application using Go and WebSockets*.

*With support for more protocols coming soon™.

Things to do:

  • 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