Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smakinson/Pusher-ActionScript-Library
An ActionScript version of the pusher library for binding to events, etc.
https://github.com/smakinson/Pusher-ActionScript-Library
Last synced: 3 months ago
JSON representation
An ActionScript version of the pusher library for binding to events, etc.
- Host: GitHub
- URL: https://github.com/smakinson/Pusher-ActionScript-Library
- Owner: smakinson
- Created: 2011-06-08T19:24:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-21T22:58:27.000Z (over 11 years ago)
- Last Synced: 2024-06-23T19:36:33.296Z (5 months ago)
- Language: ActionScript
- Homepage: http://pusher.com/docs/libraries
- Size: 418 KB
- Stars: 26
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - Pusher-ActionScript-Library - An ActionScript version of the pusher library for binding to events, etc. (Unsorted / Other API)
README
Pusher ActionScript Library
============================Note this library has been updated to use native JSON with Flash 11. If you need to use a previous player version, grab as3corelib from here:
https://github.com/mikechambers/as3corelib
and simply change the couple JSON method names.
Currently working with Pusher and porting the JavaScript library. This ActionScript version is stable as far as I know, but please let me know if you have troubles. The JavaScript version has been updated a bit and I have not found the time to keep this one 100% in sync with it, but I don't believe the changes are anything that should stop you from using this library.
Also still missing is a demo app which we will likely be keeping as a separate repository that contains a similar demo for all the languages. I may also add some super simple demo code in here at some point.