WampSharp alternatives and similar packages
Based on the "WebSocket" category.
Alternatively, view WampSharp alternatives based on common mentions on social networks and blogs.
-
Websocket-Sharp
A C# implementation of the WebSocket protocol client and server -
SuperSocket
SuperSocket is a light weight, cross platform and extensible socket server application framework. -
NetGain
A high performance websocket server library powering Stack Overflow. -
Butterfly Server .NET
The Everything is Real-Time C# Backend for Single Page Applications -
Websockets.PCL
C# Websockets for all platforms using native bridges -
Lib.AspNetCore.WebSocketsCompression
[Archived] Lib.AspNetCore.WebSocketsCompression is a library which provides a managed implementation of the WebSocket protocol, along with server integration components and support for permessage-deflate compression. -
XSockets
Provides a great set of tools for you to build real-time applications on the Microsoft.NET plattform and much more -
Crossertech
Provides a great set of tools for you to build real-time applications on the Microsoft.NET plattform and much more. [$]
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of WampSharp or a related project?
README
WampSharp
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.
Donations
If you found WampSharp helpful and want to donate, you are welcome to do so via PayPal.
Your donations help keep this project's development alive.
Documentation
Documentation is available at https://wampsharp.net!
WampSharp v20.1.1
WampSharp v20.1.1 is available, see version release notes.
Get Started
See Get started tutorial and
- Getting started with Callee
- Getting started with Caller
- Getting started with Publisher
- Getting started with Subscriber
See the documentation for more help.
WAMPv1 support
WAMPv1 support is still available. You can read about it on 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.
Poloniex Api issues
Poloniex no longer uses WAMP for its WebSockets api. Please don't open issues specific to Poloniex api. These will be closed without any comment. If you are still interested in connecting to Poloniex WebSockets api, take a look at PoloniexWebSocketsApi.