GoIRC/README.md

19 lines
492 B
Markdown
Raw Permalink Normal View History

# GoIRC
My first go application : a little CLI for IRC.
## Description
The main goal of this application is for me to get started using go and get a bit familiar with it.
I think IRC is both simple enough to not be the core of my reflexion and complex enough to apply some core Go concepts like concurrency.
## TODOs
- [ ] Messages send/receive
- [ ] Multiple channels
- [ ] Server
- [ ] Channels
- [ ] DMs
- [ ] Handle disconnections
- [ ] Nice CLUI
- [ ] Multiple servers