shazow / go-irckit

Minimal IRC server (and maybe client) toolkit for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoDoc License Build Status

go-irckit

Minimal IRC server (and maybe client) toolkit in Go.

Built to experiment with the IRC protocol, mostly implementing the RFCs from scratch so don't expect it to be super-robust or correct. Aimed to be a good foundation for bootstrapping quick proof-of-concepts on the IRC protocol.

Status: v0.0 (no stability guarantee); if you're using this, please open an issue with your API requirements.

Check the project's upcoming milestones to get a feel for what's prioritized.

Details

License

MIT

About

Minimal IRC server (and maybe client) toolkit for Go.

License:MIT License


Languages

Language:Go 99.4%Language:Makefile 0.6%