-
Notifications
You must be signed in to change notification settings - Fork 118
Documentation
Matt Bonneau edited this page Feb 15, 2015
·
4 revisions
- Introduction
- Features
- Use Cases
- Installation
- Architecture
- Modules
- Authentication
- Authorization
- Logging
- Production
Thruway is an open source client and router implementation of WAMP (Web Application Messaging Protocol), for PHP.
WAMP is a lightweight messaging protocol that primarily works over websockets.
Basic Spec read more
- Publish and Subscribe
- Remote Procedure Calls
- Websocket Transport
- Internal Transport*
- JSON serialization
Advanced Spec
-
RawSocket Transport
-
Authentication
-
WAMP Challenge-Response Authentication
-
Custom Authentication Methods
-
Publish & Subscribe
-
Subscriber Black and Whitelisting
-
Publisher Exclusion
-
Publisher Identification
-
Subscriber Meta Events
-
Event History*
-
Subscription Matching
-
Prefix matching
-
Remote Procedure Calls
-
Caller Identification
-
Progressive Call Results
-
Distributed Registrations & Calls*
-
Caller Exclusion
* Thruway only features