Custom made chat server that runs over SSH.
I did this to learn about channels, and trying to make something lightweight and concurrent in GO.
Lots! I want to make the chat input cleaner, and there are some visual bugs with the terminal that gets setup in GO.
I want the ability to run multiple chat rooms out of a single server.
Direct Messages
slash commands
Host on a public server.
Get Username from data sent with the ssh connection.
Setting up Testing
Refactor once I have some base level testing working