The proliferation of Comet projects continues to grow. In addition to the many products already mentioned previously at Comet Daily, a quick search of Google Code shows the following initiatives of varying quality and completeness:
- aexo is a research project providing infrastructure for activity-based-computing in pervasive environments
- cometbox is a C# Comet implementation
- FlexComet provides a Bayeux implementation for Flex developers
- liftweb is scala-based web development framework that borrows Erlyweb’s scalability for Comet-style applications
- msgbus provides a lightweight, evented HTTP/HTTPS PubSub message bus
- rocket-gwt includes a Comet implementation for GWT
- rupy, a 50KB Java NIO HTTP server, includes Comet support
- Seaside is a smalltalk development framework
- sprocket is a Perl Networking Framework
- SymbolicWeb provides a Common Lisp GUI using AJAX and Comet
- webchat2 is a chat app with a PHP server implementation
Related Posts:
rupy - A tiny Java NIO HTTPd (Comet)Weighing less than 50KB, rupy is probably the smallest Java NIO application server in the world.Rupy is inherently non-blocking asynchronous, which makes it the ideal candidate for high concurrency real-time applications push… Read More
Tutorial - Writing Instant Messenger Application - GWTFYI.. this tutorial is from Google WebToolkit Application Book Author : Ryan Dewsbury
Instant Messenger ApplicationThis tutorial shows how to build the web-based Instant Messenger application. The application is a good exampl… Read More
Next Generation Web Based Telecom ApplicationsIntroduction Telecom applications in today’s world are not merely limited to providing telephone connection across two locations. Today’s telecom equipments make use of voice, data, and video communication mode and r… Read More
rupy - A tiny Java NIO HTTPd (Comet)Weighing less than 50KB, rupy is probably the smallest Java NIO application server in the world.
Rupy is inherently non-blocking asynchronous, which makes it the ideal candidate for high concurrency real-time applications pus… Read More
Next Generation Web Based Telecom ApplicationsIntroduction Telecom applications in today’s world are not merely limited to providing telephone connection across two locations. Today’s telecom equipments make use of voice, data, and video communication mode and r… Read More
0 comments:
Post a Comment