Merge pull request #236 from darkl/add-wampsharp

Adding WampSharp
pull/237/head
Rich Lander 2015-10-12 09:14:33 -07:00
commit 3eddb6f390
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [SuperSocket](https://github.com/kerryjiang/SuperSocket) - An extensible socket server engine which supports .NET and Mono
* [VkSharp](https://github.com/kasthack/vksharp) - VK client library
* [TomP2P.NET](https://github.com/tomp2p/TomP2P.NET) - A P2P-based high performance key-value pair storage library for .NET
* [WampSharp](https://github.com/Code-Sharp/WampSharp) - A C# implementation of [The Web Application Messaging Protocol](http://wamp.ws) - a protocol that provides messaging patterns of Remote Procedure Calls and Publish/Subscribe over WebSockets.
* [WebApiProxy](https://github.com/faniereynders/WebApiProxy) - An automatic proxy provider for RESTful services built on ASP.NET Web API. Includes JavaScript & C# client generation.
* [WebSocket4Net](https://websocket4net.codeplex.com/) - A C# websocket client for .NET, Mono and Xamarin
* [WpfToolkit](https://github.com/dotnetprojects/wpftoolkit) - Fork of the MS WPF Toolkit