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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Realtime chat engine

1 点作者 adharma将近 16 年前
What is the best technology to implement real time chat engine ?

4 条评论

jaddison超过 15 年前
Ummm... your own IRC server? Seems pretty realtime to me, and quite configurable. Of course, IRC is geared towards group chat, not user-user.<p>Perhaps include some more details about what your restrictions/requirements are - will the users be web-based? How many concurrent users will you expect online at any given time?<p>If you're looking for advice from others, it's best to provide as much info as you can.
评论 #799190 未加载
jalammar将近 16 年前
I looked into this previously and was interested most by XMPP. You can use open source servers like Openfire (Java, <a href="http://www.igniterealtime.org/projects/openfire/index.jsp" rel="nofollow">http://www.igniterealtime.org/projects/openfire/index.jsp</a>) or eJabberd (Erlang, <a href="http://www.ejabberd.im/" rel="nofollow">http://www.ejabberd.im/</a>). It's more instant messaging than chatting, though (although it does support multi user chat)
icey将近 16 年前
Are you looking to write something, or use something like mibbit?<p>(In other words, would mibbit do what you needed?)
评论 #799199 未加载
newsdog将近 16 年前
Comet?
评论 #799194 未加载