You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,32 +2,37 @@ WampSharp
2
2
=========
3
3
4
4
5
-
A C# implementation of [WAMP (The WebSocket Application Messaging Protocol)][WampLink]
5
+
A C# implementation of [WAMP (The Web Application Messaging Protocol)][WampLink]
6
6
7
-
This branch is a dev branch of a WAMPv2 implementation.
7
+
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.
8
8
9
-
It is still under development and isn't very mature right now.
9
+
The implementation also support WAMPv1, both client and server roles.
10
10
11
-
The implementation includes both Json and MsgPack support, and both Router (Broker and Dealer roles) and Client (Publisher/Subscriber and Callee/Caller) roles.
12
-
13
-
If you want to test it, you can use MyGet NuGet feed:
14
-
https://www.myget.org/F/wampsharp/
15
-
16
-
Get Started
17
-
=========
18
-
19
-
Documentation is still under construction, see [Get started tutorial](https://github.com/Code-Sharp/WampSharp/wiki/Getting-started-with-WAMPv2)
20
-
21
-
22
-
Builds
23
-
=========
11
+
## Builds
24
12
25
13
Master | Provider
26
14
------ | --------
27
15
[![Build Status][WinImgMaster]][WinLinkMaster] | Windows CI Provided By [CodeBetter][] and [JetBrains][]
28
16
[![Build Status][AppVeyorImgMaster]][AppVeyorLinkMaster] | Windows CI Provided By [AppVeyor][]
29
17
[![Build Status][MonoImgMaster]][MonoLinkMaster] | Mono CI Provided by [travis-ci][]
30
18
19
+
## Get Started
20
+
21
+
See [Get started tutorial](https://github.com/Code-Sharp/WampSharp/wiki/Getting-started-with-WAMPv2) and
22
+
*[Getting started with Callee](https://github.com/Code-Sharp/WampSharp/wiki/Getting-Started-with-Callee)
23
+
*[Getting started with Caller](https://github.com/Code-Sharp/WampSharp/wiki/Getting-Started-with-Caller)
24
+
*[Getting started with Subscriber](https://github.com/Code-Sharp/WampSharp/wiki/Getting-Started-with-Subscriber)
25
+
*[Getting started with Publisher](https://github.com/Code-Sharp/WampSharp/wiki/Getting-Started-with-Publisher)
26
+
27
+
See [Wiki documentation](https://github.com/Code-Sharp/WampSharp/wiki) for more help.
28
+
29
+
30
+
## WAMPv1 support
31
+
32
+
WAMPv1 support is still available. You can read about it at the [Wiki](https://github.com/Code-Sharp/WampSharp/wiki).
33
+
34
+
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](https://github.com/Code-Sharp/WampSharp/wiki/Notes-for-WAMPv1-users).
0 commit comments