ReverseHttp
http://www.reversehttp.net/index.html
Tunnel HTTP over HTTP, in a structured, controllable, securable way. Let programs claim part of URL space, and serve HTTP, all by using an ordinary HTTP client library.
An interesting alternative to polling http services.
not polling
Interesting web hooks stuff. Yet another PubSub solution: http://reversehttp.net/
singpolyma: Interesting web hooks stuff. Yet another PubSub solution: http://reversehttp.net/Persevere: The JSON database and JavaScript application server
Comet & Reverse AJAX pushAPE (Ajax Push Engine) :: Real time data streaming
APE is a Server for pushing real-time data to Rich Internet Applications, no pull! Data is sent, live, to thousands of clients, in a JavaScript socket fashion. It allows you to write real-time web applications without using any client plugins (Java, Flash...).A Million-user Comet Application with Mochiweb, Part 3 | Richard Jones, Esq.
One MILLION connections !Diesel: How Python Does Comet
framework for writing network applications using asynchronous I/O in Python
diesel is a framework for writing network applications using asynchronous I/O in Python. It uses Python's generators to provide a friendly syntax for coroutines and continuations. It performs well and handles high concurrency with ease.
diesel is a framework for writing network applications using asynchronous I/O in Python.
diesel is a framework for writing network applications using asynchronous I/O in Python. It uses Python's generators to provide a friendly syntax for coroutines and continuations. It performs well and handles high concurrency with ease.jsSO - Flash Shared Objects in Javascript - Pro-Web
Client client communication with shared objects and flash js communication
javascriptからsharedobjectが操作できるらしい?後で試してみよう!
Lately I was discussing about programming a flash-based multiuser game using sharedObjects. I’m not so fond of Flash so I thought: Flash can communicate with Javascript. So why not implement the game in Javascript and do only the multiplayer-communication in flash? I created jsSO to allow the clients to push data to the server and notify other clients immediately about changes. So this library allows programming of realtime games, chats etc.Nginx & Comet: Low Latency Server Push - igvita.com
Coined by Alex Russell in early 2006, the term Comet is an umbrella term for technologies which take advantage of persistent connections initiated by the client and kept open until data is available (long polling), or kept open indefinitely as the data is pushed to the client (streaming) in chunks. The immediate advantage of both techniques is that the client and server can communicate with minimal latency. For this reason, Comet is widely deployed in chat applications (Facebook, Google, Meebo, etc), and is also commonly used as a firehose delivery mechanism.nginx_http_push_module - Comet For The People
Comet For The Peoplearmstrong on software: Comet is dead long live websockets
"After a small amount of experimentation I was able to make Erlang talk to a web page using pure asynchronous message passing. I think this means the death of the following technologies: comet long-poll AJAX keep-alive sockets"
Erlang's creator anoints websockets (includes example server and client)
After a small amount of experimentation I was able to make Erlang talk to a web page using pure asynchronous message passing.Ruby & WebSockets: TCP for the Browser - igvita.com
なにこれおもしろそうAPE (Ajax Push Engine) :: Comet server :: Real time data streaming
An open source Comet Server for Push AJAX DevelopmentReverse HTTP - Second Life Wiki
http 方向返回
what's difference between comet and reverse httpPusher - Realtime client push powered by HTML5 websockets, beyond AJAX
We believe that the real-time web is fantastic and should be easy to implement. This is our simple solution, powered by HTML5 websockets
ferramenta para fazer carding sorting onlinePlurk Comet: Handling of 100.000+ open connections - amix blog
comet (and th
Java中性能赶超Erlang的NIO框架。
est was received it either got returned if it had data to return or stored with a timeout (the timeout was addeAlecco Locco: A Gazillion-user Comet Server With libevent, Part 0
A test with 200,000 sockets (note it's 100,000 pairs) showed a process size of 2MB, so far so goodFaye: Simple pub/sub messaging for the web
Faye: publish-subscribe messaging system based on the Bayeux protocol - http://bit.ly/dmqXJl – Smashing Magazine (smashingmag) http://twitter.com/smashingmag/statuses/16611922553
Faye is an easy-to-use publish-subscribe messaging system based on the Bayeux protocol. It provides message servers for Node.js and Rack, and clients for use in Node and Ruby programs and in the browser.