PusherServer 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PusherServer --version 2.1.0
NuGet\Install-Package PusherServer -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PusherServer" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PusherServer --version 2.1.0
#r "nuget: PusherServer, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PusherServer as a Cake Addin
#addin nuget:?package=PusherServer&version=2.1.0

// Install PusherServer as a Cake Tool
#tool nuget:?package=PusherServer&version=2.1.0

The .NET library for interacting with the Pusher HTTP API.
Register at http://pusher.com/ and use the application credentials within your app as shown below.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on PusherServer:

Package Downloads
Fluent.DirectCommunicationPusher

Package Description

Panteon.Realtime.Pusher

Adds real-time functionalities to tasks and dashboard using Pusher

LiteMessageBus.Extensions.Pusher

An extension of LiteMessageBus that implemented with Pusher message bus hosting.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PusherServer:

Repository Stars
pusher/pusher-websocket-dotnet
Pusher Channels Client Library for .NET
Version Downloads Last updated
5.0.0 189,878 5/1/2023
4.7.0-beta.2 15,601 1/19/2023
4.7.0-beta 8,715 1/5/2023
4.6.1 1,670,264 4/16/2021
4.6.0 1,862 4/14/2021
4.5.0 6,503 4/13/2021
4.4.0 84,197 3/5/2021
4.3.2 39,081 3/1/2021
4.3.1 10,414 2/26/2021
4.2.0 424,073 7/8/2019
4.1.0 808,880 5/16/2017
4.0.0-rc1 8,973 12/22/2016
3.0.0 133,853 4/8/2016
3.0.0-rc3 1,705 2/11/2016
3.0.0-rc2 12,568 7/17/2015
3.0.0-rc1 1,286 5/18/2015
2.1.1 51,924 5/14/2015
2.1.0 7,237 3/2/2015
2.0.0 2,041 2/13/2015
2.0.0-beta-5 2,267 12/18/2014
2.0.0-beta-4 8,637 6/5/2013
2.0.0-beta-3 1,619 6/5/2013

* Fixed Pusher.Authenticate for private channels. Should not return `channel_data` in the JSON.
* Changed IAuthenticationData Pusher.Authenticate(string channelName, string socketId, PresenceChannelData presenceData) to throw a ArgumentNullException if `presenceData` is `null`.