ortc

ORTC aka Realtime Cloud Messaging provides a standard software API for sending and receiving data in real-time over the web.


Install
gem install ortc -v 0.1.2

Documentation

The Realtime Framework Pub/Sub Cloud Messaging

Part of the The RealtimeĀ® Framework, 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.

HTML5 WebSockets with HTTP fallbacks

Leveraging the HTML5 WebSockets standard, Realtime Cloud Messaging allows a bidirectional permanent link between the server and the connected user, allowing a web application to broadcast (push) data to a single user or to every connected user when needed, instead of waiting for the userā€™s browser to request it (as old-generation web applications do).

However if HTML5 WebSockets are not available because the user has an old browser then Realtime Cloud Messaging will automatically fallback to the best method available to deliver and receive the real-time messages (e.g. AJAX long-polling HTTP calls) so that you can code as if all users have modern browsers like Google Chrome or Safari.

###Cloud based - don't worry about servers

Realtime Cloud Messaging is business-critical, supported by an active multi-mloud strategy for Business Continuity, guaranteed by using several IaaS (Infrastructure as a Service) providers across 7 world regions.

Taking advantage of the amazing traffic-driven automatic scalability of Realtime Cloud Messaging, your applications will be able to scale to millions of concurrent users and can range from simple real-time activity streams like user comments, to complex collaborative applications like multi-player games, never forgetting the increasingly important notifications of new e-commerce product promotions or new content becoming available.

The sample apps

These sample apps use the RealtimeĀ® Framework Pub/Sub libraries to connect, send and receive messages through a RealtimeĀ® Messaging Server in the cloud.

Select your preferred programming language/platform and use these simple samples to see the powerful features of the RealtimeĀ® Framework in action.

These samples require the use of a RealtimeĀ® Framework application key. If you don't already own one, get one free now.

JavaScript ScreenShot iOS ScreenShot iOS ScreenShot iOS ScreenShot

and more ...

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.

Starting Guide

The RealtimeĀ® Cloud Messaging starting guide is available here

Documentation

The complete RealtimeĀ® Cloud Messaging library reference documentation is available here

License

Copyright 2013, Realtime.co.

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php