This is a .NET library for interacting with the Pusher WebSocket API.
Registering at http://pusher.com and use the application credentials within your app as shown below.
More general documentation can be found at http://pusher.com/docs/.
Install-Package PusherClient
- Update package dependencies
- Newtonsoft.Json 6.0.4
- WebSocket4Net 0.10
You should be familiar with creating an publishing NuGet packages.
From the pusher-dotnet-client
directory:
- Update
pusher-dotnet-client.nuspec
with new version number etc. - Run
package.cmd
- Run
tools/nuget.exe push Download/PusherClient.{VERSION}.nupkg
This code is free to use under the terms of the MIT license.