Tuanhdotnettuanhnet.hashnode.dev·Feb 11, 2025Strategies to Count the Number of Online Users in Your ApplicationSource: Strategies to Count the Number of Online Users in Your Application 1. Understanding the Concept of "Online Users" Before we dive into the technical details, it’s essential to clarify what "online" means. In web applications, an online ...server
Tuanhdotnettuanhnet.hashnode.dev·Jan 15, 2025Unlocking WebSocket Secrets: How WebSockets Work Under the HoodSource: Unlocking WebSocket Secrets: How WebSockets Work Under the Hood 1. Understanding WebSocket Basics Before diving deep into the inner workings of WebSockets, it's essential to grasp the fundamental concepts that make this technology uniq...websocket
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...33 readsMicroservices
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...64 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