Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jeremy Latt ac186a0669 don't close socket send channel il y a 10 ans
irc don't close socket send channel il y a 10 ans
sql User persistence to sqlite. il y a 11 ans
.gitignore remove unnecessary ignores il y a 10 ans
README.md fix race conditions il y a 10 ans
ergonomadic.go configure server with json il y a 10 ans

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