JavaScript V6
The JavaScript API supports RPC/RMI & PubSub.
Nuget
To get the client from nuget http://nuget.org/packages/xsockets.jsapi
Install-Package XSockets.JsApi
Client Setup
The JavaScript client has no dependencies, just add the XSockets.latest.js
to your page.
<script src="Scripts/XSockets.latest.min.js"></script>