# wamp.rt **Repository Path**: mirrors_Orange-OpenSource/wamp.rt ## Basic Information - **Project Name**: wamp.rt - **Description**: A WAMP V2 nodejs router - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wamp.rt: A WAMP V2 nodejs router ##Copyright Orange 2014, All Rights Reserved wamp.rt is a WebSocket Application Messaging Protocol [WAMP](http://wamp.ws/) V2 router implementation based on nodejs. The router is compliant with the WAMP V2 [Basic Profile](https://github.com/tavendo/WAMP/blob/master/spec/basic.md). wamp.rt implements both [Dealer](https://github.com/tavendo/WAMP/blob/master/spec/basic.md#peers-and-roles) and [Broker](https://github.com/tavendo/WAMP/blob/master/spec/basic.md#peers-and-roles) roles. ## Build Instructions Install using npm. Depending on what you want to do, your mileage may vary. ## Credits wamp.rt has been inspired by the following Open Source projects: - [wamp.io](https://github.com/nicokaiser/wamp.io)