Info
Version: | 3.8.7 |
Author(s): | Pandu Masabathula |
Last Update: | Thursday, March 9, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/PubnubNetPlatform |
Install
Install-Package PubnubNetPlatform
dotnet add package PubnubNetPlatform
paket add PubnubNetPlatform
PubnubNetPlatform Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- System.Threading.dll(>= 1.0.2856)
- Newtonsoft.Json(>= 9.0.1)
- Newtonsoft.Json(>= 9.0.1)
- NETStandard.Library(>= 1.6.0)
- System.Net.Requests(>= 4.0.11)
- System.Reflection.Primitives(>= 4.0.1)
- System.Reflection.TypeExtensions(>= 4.1.0)
- System.Security.Cryptography.Algorithms(>= 4.2.0)
- System.Security.Cryptography.Primitives(>= 4.0.0)
- System.Threading.ThreadPool(>= 4.0.10)
- System.Linq.Queryable(>= 4.0.1)
- System.Text.Encoding(>= 4.0.11)
- System.Text.Encoding.Extensions(>= 4.0.11)
- Newtonsoft.Json(>= 9.0.1)
- Portable.BouncyCastle-Signed(>= 1.7.0.2)
- Newtonsoft.Json(>= 9.0.1)
- Portable.BouncyCastle-Signed(>= 1.7.0.2)
- Newtonsoft.Json(>= 9.0.1)
- Portable.BouncyCastle-Signed(>= 1.7.0.2)
- Newtonsoft.Json(>= 9.0.1)
- System.ComponentModel(>= 4.0.0)
- System.Collections(>= 4.0.0)
- System.Reflection.Primitives(>= 4.0.0)
- System.Reflection.Extensions(>= 4.0.0)
- Microsoft.Net.Http(>= 2.2.29)
- System.Runtime(>= 4.0.10)
- System.Net.Primitives(>= 4.0.0)
- System.Net.Requests(>= 4.0.0)
- Portable.BouncyCastle-Signed(>= 1.7.0.2)
- System.Threading(>= 4.0.0)
- System.Threading.Timer(>= 4.0.0)
- Newtonsoft.Json(>= 9.0.1)
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.