RSS 5 projects tagged "comet"

Download No website Updated 06 May 2009 ICEfaces

Screenshot
Pop 30.33
Vit 38.41

ICEfaces is a framework for developing Ajax applications for the Web and iPhone in Java with JavaServer Faces. In contrast to typical Web applications, ICEfaces applications can update any part of the page at any time. Full page refresh is eliminated, and multi-user interaction is supported through AJAX Push.

Download Website Updated 22 Jul 2009 kometka

Screenshot
Pop 18.11
Vit 37.40

Kometka is a JavaScript and PHP library for making AJAX programs whose instances communicate with each other. The communication server is written in PHP and the communication clients are written in JavaScript. When one client sends a message to the server, the server pushes that message to all clients (using the comet technique). With this library, you can write chat programs, multiplayer online games, and more.

No download Website Updated 28 Feb 2013 Rainbows!

Screenshot
Pop 119.15
Vit 25.30

Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients. For Rack applications not heavily bound by slow external network dependencies, consider Unicorn instead as it simpler and easier to debug.

Download Website Updated 08 Dec 2011 Zbatery

Screenshot
Pop 34.93
Vit 4.30

Zbatery is an HTTP server for Rack applications on systems that either do not support fork(), or have no memory (nor need) to run the master/worker model. It is based on Rainbows! (which is based on Unicorn (which is based on Mongrel)) and inherits parts of each. Zbatery supports your choice of all the thread/fiber/event/actor-based concurrency models and Rack middleware that Rainbows! supports (or will ever support) in a single process. Zbatery will still exploit certain features of Unix for transparent upgrades, log reopening, and graceful stops, but does not rely on them for basic functionality.

Download Website Updated 01 Dec 2010 WACS

Screenshot
Pop 27.39
Vit 2.07

WACS (pronounced "wax") is a full Comet server that is extremely tiny, fast, and permits you to serve push requests as well as normal Web server requests for simple files. It also contains a proxy to a more full-featured Web server.

Screenshot

Project Spotlight

cmocka

A unit testing framework for C with mock objects.

Screenshot

Project Spotlight

DomCore

A set of foundation classes for PHP.