Live data from Hacker News

Ergo Chat – A modern IRC server written in Go

github.com

1–10 of 163 posts

Re: Ergo Chat – A modern IRC server written in Go

#2
I've been running Ergo for the past year for my friends/family chat. I went this route because of the ease of hosting, very low resource requirements and a protocol and codebase that I feel I can understand and debug if needed.

The v3 chathistory support and the always-on[1] multi-client[2] features paired with modern clients (like Goguma) go a long way at providing a modern chat environment. Most others on the server don't even know that they are using IRC.

The built-in websocket support is another key feature for me since it lets me to provide a web client just by serving some static files (I use Gamja for this).

[1] always-on: https://github.com/ergochat/ergo/blob/master/docs/USERGUIDE....

[2] multiclient: https://github.com/ergochat/ergo/blob/master/docs/USERGUIDE....

Re: Ergo Chat – A modern IRC server written in Go

#4
post #2

I've been running Ergo for the past year for my friends/family chat. I went this route because of the ease of hosting, very low resource requirements and a protocol and codebase that I feel I can understand and debug if needed. The v3 chathistory support and the always-on[1] multi-client[2] features paired with modern clients (like Goguma) go a long way at providing a modern chat environment. Most others on the serve…

As heavy Discord user, it's nice to see that IRC is still kicking and might be available if/when Discord ZIRP gas runs out.

Re: Ergo Chat – A modern IRC server written in Go

#5
post #2

I've been running Ergo for the past year for my friends/family chat. I went this route because of the ease of hosting, very low resource requirements and a protocol and codebase that I feel I can understand and debug if needed. The v3 chathistory support and the always-on[1] multi-client[2] features paired with modern clients (like Goguma) go a long way at providing a modern chat environment. Most others on the serve…

your family and friends care enough to download and set this up?

Re: Ergo Chat – A modern IRC server written in Go

#6
post #2

I've been running Ergo for the past year for my friends/family chat. I went this route because of the ease of hosting, very low resource requirements and a protocol and codebase that I feel I can understand and debug if needed. The v3 chathistory support and the always-on[1] multi-client[2] features paired with modern clients (like Goguma) go a long way at providing a modern chat environment. Most others on the serve…

your family and friends care enough to download and set this up?

why would they need to download and setup a server? can't they just log in to OP's with the client of their choice?

Re: Ergo Chat – A modern IRC server written in Go

#7
post #2

I've been running Ergo for the past year for my friends/family chat. I went this route because of the ease of hosting, very low resource requirements and a protocol and codebase that I feel I can understand and debug if needed. The v3 chathistory support and the always-on[1] multi-client[2] features paired with modern clients (like Goguma) go a long way at providing a modern chat environment. Most others on the serve…

>(like Goguma)(I use Gamja for this).

Is everything related to potatoes lol?

Re: Ergo Chat – A modern IRC server written in Go

#8
post #2

I've been running Ergo for the past year for my friends/family chat. I went this route because of the ease of hosting, very low resource requirements and a protocol and codebase that I feel I can understand and debug if needed. The v3 chathistory support and the always-on[1] multi-client[2] features paired with modern clients (like Goguma) go a long way at providing a modern chat environment. Most others on the serve…

your family and friends care enough to download and set this up?

Isn't it just: install app, enter myserver.net and username+password ?

Re: Ergo Chat – A modern IRC server written in Go

#9
It feels really nice to see stuff like this while the most of the people think Slack, Discord and a few others are the only choices.

I recently went through the hassle of deciding on something small for my family + company circle. Mainly considered XMPP and Matrix, and went with Matrix. Didn't know there was such a thing as "always-on" on IRC tho.

Re: Ergo Chat – A modern IRC server written in Go

#10
post #8

Earlier quoted context omitted.

your family and friends care enough to download and set this up?

Isn't it just: install app, enter myserver.net and username+password ?

yeah, this part itself. How easy it is to get them to do it?
Post reply on HN