Harsh DeepforfreeCodeCampfreecodecamp.org·Oct 23, 2024How to Use RxStomp with React: Build A Chat AppSTOMP is an amazingly simple yet powerful protocol for sending messages implemented by popular servers like RabbitMQ, ActiveMQ, and Apollo. Using STOMP over WebSocket is a straightforward protocol, making it a popular choice for sending messages from...DiscussReact
Faiz A. FarooquiforFaiz's Blogblog.faizahmed.in·Oct 22, 2024Microservices in NestJS with RabbitMQ & PostgreSQLIn this blog post, we will walk you through the process of setting up a task manager application using NestJS and RabbitMQ. This application is composed of multiple microservices, each with a specific responsibility. We will cover the installation, c...DiscussMicroservices
Tanishka Marrottcloud-design-diaries.hashnode.dev·Jul 26, 2024Building DynamoWave Chat: A Comprehensive Guide to a Scalable, Serverless Real-Time Chat ApplicationIn the realm of real-time communication, creating a chat application that is both responsive and scalable is a complex yet highly rewarding challenge. In this article, I will walk you through the architecture and implementation details of DynamoWave ...DiscussDynamoDB
Asis Sharmaasis-sharma.hashnode.dev·May 11, 2024Level Up Your App's Real-Time Magic with Laravel BroadcastingIn today's fast-paced world, users expect web applications to be dynamic and responsive. Constant page refreshes can be a frustrating experience. Laravel Broadcasting provides a powerful solution for real-time updates in your Laravel application, enh...Discuss#RealTimeWeb
Mayank Sahaicodingmoon.hashnode.dev·May 5, 2024Understanding WebSocket and creating from Scratch with JavaScriptAs developers, we often find ourselves on quests to understand new technologies. This past weekend, while battling a particularly stubborn bug (coffee wasn't helping!), I stumbled upon a cryptic note from my past self: "Explore WebSockets." Curiosity...Discuss·58 readswebsockets
Andrew BaisdenforfreeCodeCampfreecodecamp.org·May 2, 2024How to Build a Realtime Chart with React, HighCharts, and PusherIn today's tutorial, you are going to learn about WebSockets and how you can use them to create interactive realtime data applications. To illustrate just how innovative real time technologies are, we will build a chart application which automatical...Discusscharts
Beau CarnesforfreeCodeCampfreecodecamp.org·Apr 19, 2024Learn WebSockets with Socket.IOWebSockets a critical technology in the development of real-time applications such as live notifications, multiplayer games, and real-time chats. We just published a course on the freeCodeCamp.org YouTube channel that is designed to help you understa...Discusswebsocket
Sanket Nimkarsanketnmkr.hashnode.dev·Apr 8, 2024Serverless WebSocket Communication on AWSIntroduction WebSocket communication enables real-time, bidirectional communication between clients and servers over a single, long-lived connection. AWS API Gateway, combined with AWS Lambda, provides a powerful serverless solution for managing WebS...Discuss·3 likes·48 readswebsocket
Onuh Chidera Theolashecode3.hashnode.dev·Jan 28, 2024Real-Time Live Updates in Django with WebSockets and Django ChannelsIntroduction In this article, I'll explore a key feature of my recently finished pet project, SensorFusion. This small-scale endeavor serves as a dedicated platform for sensor integration, authentication, and the storage of sensor data, seamlessly pr...Discuss·18 likes·195 readsDjangoDjango
Daniel AdetunjiforfreeCodeCampfreecodecamp.org·Oct 9, 2023API Integration Patterns – The Difference between REST, RPC, GraphQL, Polling, WebSockets and WebHooksAPI stands for Application Programming Interface. The “I” in API is the key part that explains its purpose. The interface is what the software presents to other humans or programs, allowing them to interact with it. A good analogy for an interface is...Discussapi