An open API service indexing awesome lists of open source software.

https://github.com/realtime-framework/messagingwindows8.1-example

The Universal Windows App Realtime Messaging example (Windows 8.1 and Windows Phone 8.1)
https://github.com/realtime-framework/messagingwindows8.1-example

Last synced: about 1 year ago
JSON representation

The Universal Windows App Realtime Messaging example (Windows 8.1 and Windows Phone 8.1)

Awesome Lists containing this project

README

          

## The Realtime Framework Pub/Sub messaging system
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 your website or mobile app has 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.

## The universal Windows app sample (Windows 8.1 and Windows Phone 8.1)
"Develop once for all Windows devices using a unified Windows runtime and VS tools that allow you to both support experiences unique to a device in XAML, HTML, and DirectX, and share the code that supports those experiences across all devices using C++, C#, or JavaScript. When your work is finished you can you can produce the app packages that you will submit to the Windows Store and Windows Phone Store with a single action to get your app out to customers on any Windows device." More at [http://dev.windows.com/en-us/develop/building-universal-windows-apps](http://dev.windows.com/en-us/develop/building-universal-windows-apps "http://dev.windows.com/en-us/develop/building-universal-windows-apps")

This universal Windows app uses the Realtime® Framework Pub/Sub Windows 8.1 library to connect, send and receive messages through a Realtime® Server in the cloud.

![ScreenShot](http://messaging-public.realtime.co/screenshots/2.1.0/Windows8.1/windowsphone81.png)

> NOTE: For simplicity these samples assume you're using a Realtime® Framework developers' application key with the authentication service disabled (every connection will have permission to publish and subscribe to any channel). For security guidelines please refer to the [Security Guide](http://messaging-public.realtime.co/documentation/starting-guide/security.html).
>
> **Don't forget to replace `YOUR_APPLICATION_KEY` and `YOUR_APPLICATION_PRIVATE_KEY` with your own application key. If you don't already own a free Realtime® Framework application key, [get one now](https://accounts.realtime.co/signup/).**

## SDK Source code
The Realtime Messaging Windows 8.1 SDK source code can be found [here](https://github.com/realtime-framework/RealtimeMessaging-Windows8.1)

## Documentation
The complete Realtime® Cloud Messaging reference documentation is available [here](http://framework.realtime.co/messaging/#documentation)