You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremy Latt ac186a0669 don't close socket send channel hace 10 años
irc don't close socket send channel hace 10 años
sql User persistence to sqlite. hace 11 años
.gitignore remove unnecessary ignores hace 10 años
README.md fix race conditions hace 10 años
ergonomadic.go configure server with json hace 10 años

README.md

Ergonomadic

Ergonomadic is an IRC daemon written from scratch in Go. It supports (or will) multiple concurrent connections for the same nick.

Why?

I wanted to learn Go.

What’s with the name?

“Ergonomadic” is an anagram of “Go IRC Daemon”.

Helpful Documentation

Running the Server

You must create an ergonomadic.json config file in the current directory.

from your GOPATH

go install
ergonomadic

from local

go run ergonomadic.go