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 b9cb539219 organize like a proper go package il y a 10 ans
irc organize like a proper go package il y a 10 ans
sql User persistence to sqlite. il y a 11 ans
.gitignore organize like a proper go package il y a 10 ans
README.md Encapsulate SQL statements and refactor Save functions as transactionable. il y a 11 ans
ergonomadic.go organize like a proper go package 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

$ ./build.sh
$ bin/ergonomadicdb init
$ bin/ergonomadic