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
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ WampSharp
4
4
5
5
A C# implementation of [WAMP (The Web Application Messaging Protocol)][WampLink]
6
6
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. See here for a list of [implemented advanced profile features](https://github.com/Code-Sharp/WampSharp-docs#advanced-profile-features).
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. See here for a list of [implemented advanced profile features](http://wampsharp.net/#advanced-profile-features).
8
8
9
9
The implementation also supports WAMPv1, both client and server roles.
10
10
@@ -16,29 +16,29 @@ Master | Provider
16
16
17
17
## Documentation
18
18
19
-
Documentation has been moved to [its own repository](https://github.com/Code-Sharp/WampSharp-docs)!
19
+
Documentation has been moved to [its own site](https://wampsharp.net)!
20
20
21
-
## WampSharp v1.2.5.21-beta
21
+
## WampSharp v1.2.6.41-beta
22
22
23
-
WampSharp v1.2.5.21-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp-docs/blob/master/Release-notes/WampSharp-v1.2.5.21-beta-release-notes.md).
23
+
WampSharp v1.2.6.41-beta released, see version [release notes](http://wampsharp.net/release-notes/wampsharp-v1.2.6.41-beta-release-notes/).
24
24
25
25
## Get Started
26
26
27
-
See [Get started tutorial](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Getting-started-with-WAMPv2.md) and
28
-
*[Getting started with Callee](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Roles/Callee/Getting-Started-with-Callee.md)
29
-
*[Getting started with Caller](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Roles/Caller/Getting-Started-with-Caller.md)
30
-
*[Getting started with Publisher](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Roles/Publisher/Getting-Started-with-Publisher.md)
31
-
*[Getting started with Subscriber](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Roles/Subscriber/Getting-Started-with-Subscriber.md)
27
+
See [Get started tutorial](http://wampsharp.net/wamp2/getting-started-with-wampv2/) and
28
+
*[Getting started with Callee](http://wampsharp.net/wamp2/roles/callee/getting-started-with-callee/)
29
+
*[Getting started with Caller](http://wampsharp.net/wamp2/roles/caller/getting-started-with-caller/)
30
+
*[Getting started with Publisher](http://wampsharp.net/wamp2/roles/publisher/getting-started-with-publisher/)
31
+
*[Getting started with Subscriber](http://wampsharp.net/wamp2/roles/subscriber/getting-started-with-subscriber/)
32
32
33
-
See [documentation](https://github.com/Code-Sharp/WampSharp-docs) for more help.
33
+
See [documentation](https://wampsharp.net) for more help.
34
34
35
35
## WAMPv1 support
36
36
37
-
WAMPv1 support is still available. You can read about it at the [Documentation site](https://github.com/Code-Sharp/WampSharp-docs).
37
+
WAMPv1 support is still available. You can read about it on the [Documentation site](https://wampsharp.net).
38
38
39
39
In order to use it, Install WampSharp.WAMP1.Default from NuGet.
40
40
41
-
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-docs/blob/master/WAMP1/Notes-for-WAMPv1-users.md).
41
+
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](http://wampsharp.net/wamp1/notes-for-wampv1-users/).
0 commit comments