Info
Version: | 3.5.47-rc4 |
Author(s): | Stephen Blum |
Last Update: | Friday, October 18, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.pubnub.com/ |
NuGet Url: | https://www.nuget.org/packages/PubnubNodeJS |
Install
Install-Package PubnubNodeJS
dotnet add package PubnubNodeJS
paket add PubnubNodeJS
PubnubNodeJS Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
PubNub provides the connectivity from your cloud to push data to end clients (phones, tablets, laptops and servers). This is called Real-time Data Push, or Push Notifications.
PubNub removes the need for your client apps to constantly poll your cloud for new updates. So you can push data from a Server to a Client. And also you may push data from one Server to another Server, just like Azure ServiceBus ESB.
Another option is available for a Mobile Phone to Push Data to another Mobile Phone or any endpoint.
With PubNub this becomes easy using the two basic Publish/Subscribe APIs.
Additionally PubNub provides automatic Broadcasting. When multiple clients/servers/phones are subscribed to a single channel, each endpoint receives a published message simultaneously.