/WampSharp-docs

Documentation for the WampSharp project

BSD 2-Clause "Simplified" LicenseBSD-2-Clause

WampSharp Documentation

This repository contains documentation for the WampSharp project.

Introduction

WAMP (The Web Application Messaging Protocol) is an open standard WebSocket subprotocol that provides two application messaging patterns in one unified protocol: Remote Procedure Calls + Publish & Subscribe.

WampSharp is a .NET open source implementation of WAMP which allows you to write RPC services and Pub/Sub based applications in a comfortable way.

Roadmap

WAMPv2 Documentation

Tutorials

Roles

Callee
Caller
Publisher
Subscriber

Advanced profile features

The following Advanced profile features are supported

Router

Client

WAMPv1

Release Notes