JSPM

  • Created
  • Published
  • Downloads 6302
  • Score
    100M100P100Q118451F
  • License MIT

An implementation of The Web Application Messaging Protocol (WAMP).

Package Exports

  • autobahn

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 (autobahn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

AutobahnJS

AutobahnJS implements The Web Application Messaging Protocol V2 in JavaScript.

WAMP provides asynchronous Remote Procedure Calls and Publish & Subscribe for applications in one protocol running over WebSocket.

AutobahnJS runs on both Web browsers and Node.js, and implements the following WAMP roles:

  1. Publisher
  2. Subscriber
  3. Caller
  4. Callee

AutobahnJS is part of the Autobahn project, MIT licensed, and full source code can be found on GitHub.