https://github.com/realtime-framework/realtimemessaging-uwp
Realtime Cloud Messaging SDK for Universal Windows Platform apps (Windows 10, Hololens, ...)
https://github.com/realtime-framework/realtimemessaging-uwp
hololens uwp-apps websockets windows-universal
Last synced: about 2 months ago
JSON representation
Realtime Cloud Messaging SDK for Universal Windows Platform apps (Windows 10, Hololens, ...)
- Host: GitHub
- URL: https://github.com/realtime-framework/realtimemessaging-uwp
- Owner: realtime-framework
- License: mit
- Created: 2015-05-11T10:46:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T15:54:49.000Z (about 8 years ago)
- Last Synced: 2025-01-31T08:17:09.949Z (4 months ago)
- Topics: hololens, uwp-apps, websockets, windows-universal
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Realtime Cloud Messaging SDK for Universal Windows Platform
Part of the [The Realtime® Framework](http://framework.realtime.co), Realtime Cloud Messaging (aka ORTC) is a secure, fast and highly scalable cloud-hosted Pub/Sub real-time message broker for web and mobile apps.If you're building a Windows Universal App with data that needs to be updated in the user’s interface as it changes (e.g. real-time stock quotes or ever changing social news feed) Realtime Cloud Messaging is the reliable, easy, unbelievably fast, “works everywhere” solution.
## Nuget package
[https://www.nuget.org/packages/RealtimeFramework.Messaging/](https://www.nuget.org/packages/RealtimeFramework.Messaging/)PM> Install-Package RealtimeFramework.Messaging
## API Reference
[http://messaging-public.realtime.co/documentation/windows8.1/2.1.0/index.html](http://messaging-public.realtime.co/documentation/windows8.1/2.1.0/index.html)## Example
Source code of a simple UWP chat using this Realtime SDK: [https://github.com/realtime-framework/UWP-SpokenChat](https://github.com/realtime-framework/UWP-SpokenChat)## Authors
Realtime.co