JSPM

  • Created
  • Published
  • Downloads 34
  • Score
    100M100P100Q73271F
  • License MIT

V2 Message Router, Basic WebSocket Application Messaging Protocol (WAMP)

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:

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