Skip to content

Pusher .NET client library for interacting with the Pusher WebSocket API

License

Notifications You must be signed in to change notification settings

toutapp/pusher-dotnet-client

 
 

Repository files navigation

Pusher .NET Client library

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

Installation

NuGet Package

Install-Package PusherClient -Pre

Publish to NuGet

You should be familiar with creating an publishing NuGet packages.

From the pusher-dotnet-client directory:

  1. Update pusher-dotnet-client.nuspec with new version number etc.
  2. Run package.cmd
  3. Run `tools/nuget.exe push Download/PusherClient.{VERSION}.nupkg'

License

This code is free to use under the terms of the MIT license.

About

Pusher .NET client library for interacting with the Pusher WebSocket API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.5%
  • Shell 1.5%