WampSharp

A C# implementation of WAMP (The Web Application Messaging Protocol)

This site 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 convenient 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

Pages in Categories