Skip to content

Latest commit

 

History

History
 
 

package

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.