Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 635 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 635 Bytes

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.