All Projects → Code-Sharp → Wampsharp

Code-Sharp / Wampsharp

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

Projects that are alternatives of or similar to Wampsharp

Autobahn Java
WebSocket & WAMP in Java for Android and Java 8
Stars: ✭ 1,467 (+313.24%)
Mutual labels:  rpc, wamp, pubsub, websocket, real-time
Autobahn Python
WebSocket and WAMP in Python for Twisted and asyncio
Stars: ✭ 2,305 (+549.3%)
Mutual labels:  rpc, wamp, pubsub, websocket, real-time
Autobahn Js
WAMP in JavaScript for Browsers and NodeJS
Stars: ✭ 1,345 (+278.87%)
Mutual labels:  rpc, wamp, pubsub, websocket, real-time
Autobahn Cpp
WAMP for C++ in Boost/Asio
Stars: ✭ 231 (-34.93%)
Mutual labels:  rpc, wamp, pubsub, real-time
Wampy
Websocket RPC and Pub/Sub for Python applications and microservices
Stars: ✭ 115 (-67.61%)
Mutual labels:  rpc, wamp, pubsub, websocket
Centrifuge
Real-time messaging library for Go with scalability in mind
Stars: ✭ 446 (+25.63%)
Mutual labels:  pubsub, websocket, real-time
Centrifugo
Scalable real-time messaging server in a language-agnostic way. Set up once and forever.
Stars: ✭ 5,649 (+1491.27%)
Mutual labels:  websocket, real-time, pubsub
Deepstream.io
deepstream.io server
Stars: ✭ 6,947 (+1856.9%)
Mutual labels:  rpc, pubsub, websocket
Dop
JavaScript implementation for Distributed Object Protocol
Stars: ✭ 163 (-54.08%)
Mutual labels:  rpc, real-time
Asio2
Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port.
Stars: ✭ 202 (-43.1%)
Mutual labels:  rpc, websocket
Eureca.io
eureca.io : a nodejs bidirectional RPC that can use WebSocket, WebRTC or XHR fallback as transport layers
Stars: ✭ 341 (-3.94%)
Mutual labels:  rpc, websocket
Jstp
Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
Stars: ✭ 132 (-62.82%)
Mutual labels:  rpc, websocket
one-pub-sub-lwc
One PubSub: A Declarative PubSub Library for Lightning Web Component and Aura Component
Stars: ✭ 19 (-94.65%)
Mutual labels:  pubsub, pub-sub
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (-76.34%)
Mutual labels:  real-time, pubsub
rpc ts
Remote Procedure Calls in TypeScript made simple 🤞
Stars: ✭ 71 (-80%)
Mutual labels:  real-time, rpc
Spring Dubbo Service
微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式锁;SPI服务机制;cat监控;netty服务代理;websocket;disconf;mongodb集成;rest;docker;fescar
Stars: ✭ 224 (-36.9%)
Mutual labels:  rpc, websocket
Websocket Rpc
WebSocket RPC library for .NET with auto JavaScript client code generation, supporting ASP.NET Core
Stars: ✭ 132 (-62.82%)
Mutual labels:  rpc, websocket
Signalw
Even simpler and faster real-time web for ASP.NET Core.
Stars: ✭ 125 (-64.79%)
Mutual labels:  rpc, real-time
Nybus
NYBus (RxBus) - A pub-sub library for Android and Java applications
Stars: ✭ 283 (-20.28%)
Mutual labels:  pubsub, pub-sub
azure-webpubsub
Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way
Stars: ✭ 86 (-75.77%)
Mutual labels:  real-time, pubsub

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.

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].