Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhutchins/moo-comet

An implementation of Comet for Mootools 1.2
https://github.com/benhutchins/moo-comet

Last synced: 2 months ago
JSON representation

An implementation of Comet for Mootools 1.2

Awesome Lists containing this project

README

        

Warning: This project has not been updated since 2008 and was never meant for production use.

## About
Request.Comet is a simple javascript class to create a cross-browser [Comet](https://en.wikipedia.org/wiki/Comet_(programming)) (aka reverse ajax) library. It provides "realtime" data transfers between client and server and can be used with any long-polled ajax request.

## Changelog
-06.12.2015-
Migrated to github from code.google.com
-06.02.2008-
v0.1.1 Cleaned up PHP code
XHR.Comet v0.1 released.
-05.29.2008-
v0.1 Stable Version Released