PusherRESTDotNet 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PusherRESTDotNet --version 1.0.0
NuGet\Install-Package PusherRESTDotNet -Version 1.0.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="PusherRESTDotNet" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PusherRESTDotNet --version 1.0.0
#r "nuget: PusherRESTDotNet, 1.0.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 PusherRESTDotNet as a Cake Addin
#addin nuget:?package=PusherRESTDotNet&version=1.0.0

// Install PusherRESTDotNet as a Cake Tool
#tool nuget:?package=PusherRESTDotNet&version=1.0.0

The Pusher (http://pusher.com/) REST library provides a simple way of pushing realtime messages into Pusher via the Pusher REST API.

About Pusher

Pusher is a simple hosted API for quickly, easily and securely adding realtime bi-directional functionality via WebSockets to web and mobile apps, or any other Internet connected device. These technologies are also known as real-time push or real-time messaging technologies.

Pusher offers a rich suite of client libraries that can be used within many applications, including a JavaScript client library for web and HTML5 apps.

Pusher offers an event based abstraction layered upon WebSockets that makes it simple to bind UI interactions to events that are triggered from any client or server.

Pusher uses WebSockets (with a fallback to Flash in the JavaScript library) to future proof applications and make it easy to add bi-directional communication to applications whilst keeping data usage to a minimum.

As well as a WebSockets API, Pusher have a REST API for publishing messages. This is ideally suited to web server technologies and Pusher have a set of libraries in many common languages to help do this.

Pusher have a simple Publish/Subscribe model based on channels that allows filtering and controlling how people receive messages.

Pusher supply functionality such as authentication mechanisms for private channels, and presence functionality for keeping track of who's online.

Pusher also offer tools for easily debugging the complex messaging that can take place in bi-directional real-time applications.

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.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.26184 971 3/6/2012
1.1.0.21673 79 8/2/2011
1.0.0 66 6/21/2011