In this article we will try to figure out how event loop and concurrency actually works in javascript. Javascript, a single-threaded functional language. One thread == One call…
Instant messaging, a term that entered common usage in the early 1990s, but the concept actually dates back to the mid-1960s. Multi-user operating systems such as the Compatible…
Overview: In this tutorial, you’ll learn how to develop bot using Hubot. What you’ll learn Build a basic chat bot using Hubot. What you’ll need Node and npm…
Building a chat application like whatsapp, fb messenger, hike, etc involves quite some setup. However, with modern SDKs building your own chat service has become a cake walk.…
People are often confused between Chat, In-App Messaging, Live Chat and Push Notifications and use it interchangeably. In-App Messaging: In-app messaging (also known as in-app communication) is the…
In last few months, we have seen the word “chatbot” creating a lot of buzz. You might have even heard Mr. Zuckerberg and Mr. Nadella speaking highly of…
Building a Chat application in iOS: This blog will explain how you can add open source Applozic iOS framework project within your own project as a dependency. Once…
“Clement is typing…” Have you ever kept staring at your mobile screen waiting for the other person’s reply while she is typing… With the rise of…
In continuation with the previous article , this article is intended to explain how iOS remote notification works. Below graphics explain how basics of notification in iOS. We will…