10 ms·
Yes. something like long polling do require server capable of maintaining many connections. http-kit provide `async-response` for this kind of usage: see http:
by shenedu 14y ago
Yes. something like long polling do require server capable of maintaining many connections.
http-kit provide `async-response` for this kind of usage: see http://http-kit.org http://http-kit.org for more detail.
I am the author of http-kit, also one of the authors of delicious China: http://meiweisq.com http://meiweisq.com, trying to do some useful thing for our users (like realtime) with it. :)