Ajax Push Engine – Javascript framework to handle 100,000 concurrent users

Posted on the June 11th, 2009 under Web by

Ajax Push Engine

Ajax Push Engine

From their website, Ajax Push Engine (APE) is an OpenSource technology allowing to exchange data between thousands of users through a web browser, without reloading and without external plugins.

It consists of an epoll-driven HTTP server written in C as its core with a javascript framework based on mootools for the frontend. APE supports multiple patterns such as comet, XHR, long polling, forever frame etc. because of the way its designed.


…continue reading Ajax Push Engine – Javascript framework to handle 100,000 concurrent users