Ahmed Razaahmedrazadev.hashnode.dev·Dec 13, 2024WebSocket: Revolutionizing Real-Time Communication in Web DevelopmentIntroduction to WebSocket WebSocket is a communication protocol that enables full-duplex, real-time interaction between a web browser and a server over a single, long-lived connection. Unlike traditional HTTP, which is request-response-based, WebSock...1 likeWeb Development
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...React
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...Microservices
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 ...DynamoDB
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...#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...60 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...charts
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...websocket
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...3 likes·57 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...18 likes·204 readsDjangoDjango