Skip to content
Matt Bonneau edited this page Feb 15, 2015 · 4 revisions

Thruway Documentation

Introduction

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.

Supported WAMP Features

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

  • Authorization

  • 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

Clone this wiki locally