{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
icomet 是一个使用 C++ 语言开发的支持百万并发连接的 comet 服务器, 使用了 libevent 网络库. 支持并发连接数高, 内存占用少, 性能优越. 支持的浏览器和操作系统平台包括: Safari(iOS, Mac), Firefox/Chrome(Windows, Mac), IE6+. 安装和启动 make ./icomet curl -v "http://127.0.0.1:8100/sub?cname=12&seq=1" # open another terminal curl -v "http://127.0.0.1:8000/push?cname=12&content=hi"使用方法: JavaScript API...