Home / Companies / PubNub / Blog / May 2014

May 2014 Summaries

4 posts from PubNub

Filter
Month: Year:
Post Summaries Back to Blog
PubNub and Aniways have collaborated to demonstrate the ease of integrating Aniways' SDK with PubNub's real-time messaging framework, showcasing how quickly mobile and web chat applications can be enhanced with smarter emoji and sticker functionalities. Aniways, which analyzes chat text to suggest relevant emojis, offers over 1,000 custom icons and allows developers to monetize through an integrated store. The integration was completed in under 20 minutes, as confirmed by Aniways Tech Web Lead Daniel Kalman, who praised PubNub for its out-of-the-box real-time messaging capabilities that handle chat framework functionalities seamlessly. The Aniways SDK not only simplifies implementation but also provides user personalization by learning emoji preferences and offering custom emoticon packs to boost brand awareness.
May 29, 2014 1,004 words in the original blog post.
AngularJS and PubNub have collaborated to create an SDK aimed at simplifying the development of real-time web and mobile applications by integrating real-time, bidirectional communication capabilities. The blog post compiles various tutorials and demos by Sunny Gleason, showcasing features such as quick app building, multiplexing, data streams, storage and playback, presence detection, advanced presence functionalities, and security measures like encryption and access management. The tutorials demonstrate how to leverage PubNub's capabilities, including user detection and secure messaging, while ensuring compatibility with all versions of AngularJS. With the aid of these resources, developers can efficiently use PubNub to power their AngularJS apps and explore further integration possibilities.
May 19, 2014 762 words in the original blog post.
The blog post discusses the integration of the PubNub AngularJS SDK with advanced features from PubNub's updated Presence API, highlighting how these enhancements make it easier to develop presence-aware web applications using AngularJS. The new updates allow developers to attach extended metadata to user and device connections, such as names and locations, facilitating the creation of location-aware applications. The post outlines how to wire up these advanced presence features in an AngularJS application, detailing the use of the ngState() call for updating location metadata and explaining the simplicity of adding presence event handlers. It also introduces the ngWhereNow() function, which provides global channel subscription information, making it easier to track user presence across channels. The article encourages developers to explore the expanded functionalities and resources available in the GitHub API Guide and Reference for further enhancing real-time web applications.
May 14, 2014 2,268 words in the original blog post.
The blog post discusses the integration of Access Manager (AM) into the PubNub AngularJS SDK, allowing for flexible and secure access control in real-time applications. This addition enables developers to create private, read-only, or write-only channels by using a serverless API, thereby facilitating scenarios like real-time price updates or request-response interactions. The access control mechanism relies on the use of auth_keys, which act as shared secrets to manage user permissions through Grant and Audit functions. The post emphasizes the importance of secure distribution of auth_keys and explains how to set different levels of access, including the use of time-to-live (TTL) settings for defining permission durations. Additionally, the blog highlights ongoing updates to the library, such as presence API support and potential new features like PubNub-enabled Angular directives, encouraging developers to explore these capabilities and contribute ideas for future enhancements.
May 13, 2014 1,679 words in the original blog post.