Package Exports
- fox-wamp
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fox-wamp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
FOX.WAMP is a WAMP v2 message router implementation
The message router is compliant with the WAMP V2 Basic Profile.
Build Instructions
Install using npm. Depending on what you want to do, your mileage may vary.
Credits
fox.wamp has been inspired by the following Open Source projects:
Changes:
2017-05-24:
- Session Meta Events added (wamp.session.on_join & wamp.session.on_leave)
2017-05-17:
- Concrete topic published to
- Progressive Calls (receive_progress & progress)
2017-05-07:
- exclude_me option of publish
2017-04-26:
- integration with StatsD
2016-04-03:
- ticket auth support added
2016-03-09:
- internal api moved to realm
- callrpc method has args & kwargs arguments
- publish method does not require message id