Skip to content

Commit bf52b6c

Browse files
author
Elad Zelingher
committed
Update README.md
1 parent c760984 commit bf52b6c

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

README.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,37 @@ WampSharp
22
=========
33

44

5-
A C# implementation of [WAMP (The WebSocket Application Messaging Protocol)][WampLink]
5+
A C# implementation of [WAMP (The Web Application Messaging Protocol)][WampLink]
66

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.
88

9-
It is still under development and isn't very mature right now.
9+
The implementation also support WAMPv1, both client and server roles.
1010

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
2412

2513
Master | Provider
2614
------ | --------
2715
[![Build Status][WinImgMaster]][WinLinkMaster] | Windows CI Provided By [CodeBetter][] and [JetBrains][]
2816
[![Build Status][AppVeyorImgMaster]][AppVeyorLinkMaster] | Windows CI Provided By [AppVeyor][]
2917
[![Build Status][MonoImgMaster]][MonoLinkMaster] | Mono CI Provided by [travis-ci][]
3018

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).
35+
3136
[WampLink]:http://wamp.ws
3237

3338
[WinImgMaster]:http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:WampSharp_Wampv2_Build\)/statusIcon

0 commit comments

Comments
 (0)