Skip to content

snowattitudes/WampSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WampSharp

NuGet Version

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

The implementation supports WAMPv2 and includes both Json and MsgPack support, and both Router (Broker and Dealer roles) and Client (Publisher/Subscriber and Callee/Caller) roles. See here for a list of implemented advanced profile features.

The implementation also supports WAMPv1, both client and server roles.

Builds

Master Provider
Build Status Windows CI Provided By CodeBetter and JetBrains
Build Status Windows CI Provided By AppVeyor
Build Status Mono CI Provided by travis-ci

Documentation

Documentation has moved to its own repository!

WampSharp v1.2.3.12-beta

WampSharp v1.2.3.12-beta released, see version release notes.

Get Started

See Get started tutorial and

See documentation for more help.

WAMPv1 support

WAMPv1 support is still available. You can read about it at the Documentation site.

In order to use it, Install WampSharp.WAMP1.Default from NuGet.

If you're updating from a previous WampSharp version and you're not interested yet in updating your application to WAMPv2, please read the following notes.

Donations

If you found WampSharp helpful and want to donate, you are welcome to do so via PayPal.

Your donations help keep this project development alive.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.3%
  • Other 0.7%