© 2023 Hashnode
#messaging
RTMP is a widely used protocol for streaming audio, video, and data over the Internet in real time. It is particularly well-suited for applications that require low latency, such as live streaming eve…
Using Spring Boot with Apache Kafka: Building Event-Driven Systems Event-driven architectures are becoming increasingly popular as organizations move towards more distributed and decoupled systems. Apache Kafka is a popular open-source dist…
Introduction This year kicked off with a celebration at Peerlist; we had shipped Inbox. I remember starting to build the feature back in June, but at that time, it was too early to build it, and long …
Twilio programmable messaging enables the communication between your application and clients. In this article, we will learn how to use Twilio programmable messaging callback URL for Whatsapp in c#/.Net; this typically listens to an incomin…
Smartphones are everywhere these days and play an important role in our daily lives. The popularization of smartphones has led to a wave of mobile apps hitting the market. So, the homogeneous competit…
Welcome to our comprehensive guide on building a React Native chat app! In this article, we will be taking you through the step-by-step process of creating a seamless, real-time chat experience for yo…
In today’s digital age, businesses of all sizes rely on real-time communication tools to connect with customers, partners, and employees. One such tool is Sendbird, a popular platform that offers mess…
What is RabbitMQ and why is it relevant? RabbitMQ is a tool that helps computers talk to each other. Imagine that you want to send a message to your friend across the street. You could yell the messag…
What is JMS? The Java Messaging Service (JMS), which is part of the Java Community Process [JSR-914], was designed by Sun Microsystems and several other organizations. As per the design's final draft,…
Context Event-Driven Architecture is an evolution of a more generic Microservices Architecture. With Microservice Architecture, responsibility is bound within defined domain boundaries and each servic…