Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimus-io/FlexZMQ
Zero MQ binding for Flex and ActionScript
https://github.com/rimus-io/FlexZMQ
Last synced: 3 months ago
JSON representation
Zero MQ binding for Flex and ActionScript
- Host: GitHub
- URL: https://github.com/rimus-io/FlexZMQ
- Owner: rimus-io
- Created: 2011-10-14T07:12:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T07:40:44.000Z (7 months ago)
- Last Synced: 2024-07-30T02:11:19.097Z (3 months ago)
- Language: ActionScript
- Homepage:
- Size: 887 KB
- Stars: 17
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - FlexZMQ - Zero MQ binding for Flex and ActionScript (Unsorted / Other API)
README
PLEASE NOTE:
- Because of the limitations of Flash platform this library supports a subset of the features of ZMQ;
- This project is still under development, see TODO List for missing features before deciding whether to use this library or not.TODO:
- Implement socket monitor so it works regardless of server being live;
- RequestPolicy.writeAddress() doesn't implement full functionality as described here: http://zguide.zeromq.org/page:all#Request-Reply-Envelopes;
- ZMQ.setSocketOption implementation for 'unsubscribe' option is missing;
- Peer-to-Peer socket type is not supported yet;
- Review examples.