Bibek KakatiforBibek's Blogbibekkakati.hashnode.net·May 28, 2021Short Polling vs Long PollingHello everyone👋 Before proceeding, I am assuming, you are aware of the request-response architecture of a basic web application. To build a real-time application like a chat application we can't use the basic request-response architecture, but we ca...Discuss·97 likes·1.2K readscommunication
Rémy HidraforRémy Hidrarhidra.hashnode.net·Dec 12, 2021Build a real-time leaderboard with D3.js and React !As web apps are more suited for real-time data processing, we need more and more data visualization solutions for real-time data, with a responsive layout. In this article, I show you how to make this simple leaderboard, using D3.js and React. D3.js ...Discuss·29 likes·1.3K readsReact
Matej Bošnjakformbosnjakmbosnjak.hashnode.net·Oct 29, 2021Appwrites database serviceHello everyone. In this article, I will introduce you to Appwrites database, its service with server-side SDK, comparison between server-side SDK and client-side SDK, appwrite CLI, and real-time updates followed by code examples. As I prefer to write...Discuss·25 likes·1.1K readsDatabases
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 25, 2023What is Real Time Operating System?A Real-Time Operating System (RTOS) is an operating system that is designed to serve real-time applications that require precise timing and predictability. These applications include aerospace, defence, medical devices, industrial control systems, an...Discussoperating system
Priyanka Burelaforpriyanka-burela.hashnode.net·Apr 21, 20233 Tier ALB Context Path-based Routing using Terraform in AWS.Hello Everyone, Today we will be deploying a 3-tier Context Path Based ALB using Terraform in AWS. Previously I used a simple Application load balancer so this is an upgrade to project2. Services used are EC2 Instances, VPC, Nat gateway, Internet Gat...Discuss·10 likes·1.3K readsTerraform
AKASH SHARMAfortechbyakash.hashnode.net·Apr 18, 2023Creating a realtime chat app , dockerizing and deploying it on Digital OceanA real-time chat app was long overdue on my project list so finally I decided to see it through. I deployed the frontend on vercel and the backend on Digital Ocean. In this journey, I learned about sockets, docker, remote servers and lots of stuff wh...Discuss·161 readsGo Language
Shridhar G Vfortradermade.hashnode.net·Apr 10, 2023Real-Time Forex, CFD and Crypto WebSocket with JavaThis tutorial takes you through the Java WebSocket client used to access real-time Forex, cryptocurrency, and CFD (indices, stocks, and commodities) data through TraderMade Forex Java API. Although Notepad and the command line compiler will be used i...Discuss·26 readsJava
Karan CSforThe Backend Expresskaranblog.hashnode.net·Apr 8, 2023Build real-time apps: modern webSockets in express.If you're building a real-time web application, WebSockets can be a powerful tool for enabling two-way communication between a client and a server. With app.ws, it's easy to add WebSocket functionality to your Express application. To get started, you...Discuss·20 likes·31 readsExpress
ILLA CloudforILLA Cloud Blogillacloud.hashnode.net·Apr 7, 2023Introducing ILLA Cloud's Game-Changing Real-Time Collaboration FeatureIntroduction In today's fast-paced work environment, collaboration is key to success. However, with team members working remotely or from different locations, it can be challenging to stay on the same page. That's why ILLA Cloud is excited to announc...DiscussILLA
Shridhar G Vfortradermade.hashnode.net·Apr 6, 2023Your First PHP WebSocket ClientThis tutorial will guide you through setting up WebSocket in PHP and demonstrate how to acquire real-time market data. We will utilise a straightforward editor and the Composer package management to simplify the process of obtaining the necessary pro...DiscussPHP
George William SettalaforAirQo Engineeringairqoengineering.hashnode.net·Mar 28, 2023REAL-TIME CLOCKS IN IoTHave you ever missed a planned event due to a lack of awareness of time? The same thing can happen with IoT devices if time is not automatically tracked. Real-time clocks (RTCs) are essential components in IoT devices that help track time accurately,...Discuss·2 likesEmbedded systemsrealtime
SpydraforSpydra | Blockchain Cornerspydra.hashnode.net·Mar 24, 2023Revolutionize User Engagement: How Listener's Real-Time Notifications Can Empower Your Customers and Drive Business Growth?Are you struggling to keep up with the ever-changing customer expectations and competition in the market? Do you feel like your engagement strategies are not delivering the desired results? Well, you're not alone. The digital landscape is constantly ...Discussrealtime
BhavadharaniforBhavadharani's blogbhavadharani.hashnode.net·Mar 1, 2023Building Real-time Software Systems Made Easy By PushpinBefore talking about pushpin, let us understand what is Reverse Proxy Server A reverse proxy server is a server that sits between a client and a web server, forwarding client requests to the web server and returning the web server's responses to the ...Discuss·5 likes·33 readsDevops