Hacker News new | ask | show | jobs
by xPaw 2857 days ago
You can use a self hosted client like The Lounge which maintains IRC connections on your own server, and then you can view the client via a web browser (so it looks great on a phone, and you can get web push notifications)

It basically acts like any other chat client (e.g. works on multiple devices at the same time)

https://thelounge.chat https://demo.thelounge.chat

1 comments

Sure. However simplicity is quite important when you choose IRC as company chat solution and you want not only your geeky devs to join but also not–so–geeky people like the guy from marketing and the friendly folks from the front–desk.
You only need to setup Lounge once, it supports multiple users at the same time. A non geeky person should have no trouble joining a channel.
Oh, wow. I see. With push notifications, mobile clients, TLS encryption this _could_ work in a company setting …provided you keep logs and make search results available for staff, too. Cool. Thanks for the links!
Logs are kept as text files and in a MySQL database (as of v3, which should be released soon™)

Searching logs is currently being worked on, you can see an MVP here - https://github.com/thelounge/thelounge/pull/2627