comet 服务器:icomet
jopen
11年前
支持百万并发连接的 comet 服务器.
使用方法:
make
./icomet
curl -v "http://127.0.0.1:8100/sub?id=12"
# open another terminal
curl -v "http://127.0.0.1:8000/pub?id=12&content=hi"