Hacker News new | ask | show | jobs
by jhthorsen 2307 days ago
The server part of Convos is like an IRC bouncer, but instead of supporting the IRC protocol from the client side, it has a HTTP/WebSocket interface that talks to the Convos frontend.

So Convos keeps your connection, so even if you close the web browser, you will still receive messages and you can see the history once you open your browser again.

If you stop the Convos server, then you will also be disconnected from the IRC server.