TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

8 点作者 jilebedev超过 12 年前
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 条评论

sgk284超过 12 年前
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 未加载
richo超过 12 年前
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.
icebraining超过 12 年前
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>
khyryk超过 12 年前
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.
alpeb超过 12 年前
+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.
ig1超过 12 年前
<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>
quesera超过 12 年前
Ejabberd. I'm sure other XMPP servers are decent too.<p>PHP must have an XMPP library, python and ruby do, if not.
评论 #4529226 未加载
desbest超过 12 年前
Tlk.io <a href="http://tlk.io" rel="nofollow">http://tlk.io</a>
jambus85超过 12 年前
XMPP?
SwearWord超过 12 年前
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.
Toshio超过 12 年前
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.