Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benhutchins/moo-comet
- Owner: benhutchins
- Created: 2015-03-14T02:03:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T15:16:15.000Z (over 9 years ago)
- Last Synced: 2024-05-01T23:29:54.991Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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