TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: what do you use for instant/asynchronous communication?

8 pointsby jilebedevover 12 years ago
Hello,<p>I'd like to know what instant chat tools HN folks favour for instant asynchronous communication.<p>I'm leaning against setting up an IRC server simply because graphical notifications would be nice. I would also prefer something open source, and possibly PHP based as I'd like to extend it and tie into our existing systems.

11 comments

sgk284over 12 years ago
HipChat (<a href="https://www.hipchat.com/" rel="nofollow">https://www.hipchat.com/</a>)<p>- It "just works" on every platform, including my phone.<p>- It's great for group chat and one-on-one.<p>- If someone @mentions me while I'm away or offline, it will send me an email and/or pop-up on my phone just like any other notification (all of this is configurable).<p>- You can use HubBot with it and it has GitHub integration.<p>- You can use it over XMPP if you need to.<p>I never thought I'd pay for a chat product given all of the free options out there, but it is just so good that I can't help but recommend it to everyone.
评论 #4528830 未加载
richoover 12 years ago
IRC is great because of the simplicity of bolting things to it.<p>We do all of our CI notifications and deployments with a bot in a builds channel.<p>With that said, Grove is going away and it doesn't look like there's a polished hosted alternative, so we're torn between setting up and managing our own internal system (which dollars per month will cost us more, once you put a dollar value on ops time) and trying to find something which will do what we want.
icebrainingover 12 years ago
We use Google Talk (it's just XMPP, so you can use an OSS client like Pidgin) and email. But you shouldn't discount IRC just because of that: many clients offer or at least let you add graphical notifications: my favorite client, Weechat[1], has plugins for libnotify/dbus, Growl and OS X Notification Center. I'm sure other clients offer similar functionality.<p>[1]: <a href="http://www.weechat.org/" rel="nofollow">http://www.weechat.org/</a>
khyrykover 12 years ago
Which sort of graphical notifications are you looking for with IRC? XChat, for instance, has default options for system tray notifications when your name is mentioned, when you get a private message, when there's a new message in the channel, etc.
alpebover 12 years ago
+1 for Hipchat. Outsourcing everything but the thing you're selling always makes sense, for productivity and security reasons, even more considering how cheap these services are nowadays and also knowing how crappy free php scripts tend to be.
ig1over 12 years ago
<a href="http://www.quora.com/What-are-alternatives-to-pusher-com" rel="nofollow">http://www.quora.com/What-are-alternatives-to-pusher-com</a>
queseraover 12 years ago
Ejabberd. I'm sure other XMPP servers are decent too.<p>PHP must have an XMPP library, python and ruby do, if not.
评论 #4529226 未加载
desbestover 12 years ago
Tlk.io <a href="http://tlk.io" rel="nofollow">http://tlk.io</a>
jambus85over 12 years ago
XMPP?
SwearWordover 12 years ago
I know you're leaning against it but I thought I'd say anyway that we use IRC for everything since it's easy to hook into from anywhere. We don't even use a full-fledged server, just a single file python script. There's plenty of options for graphical notifications and you can hook into from PHP if you want.
Toshioover 12 years ago
I second the choice of IRC server, but for some setups it may be overkill. I personally like gobby/sobby, it has a chat module besides being a collaborative code editor. It's open-source and cross-platform.