Nisha Pnishacoder.hashnode.dev·Jan 31, 2025From REST to Real-Time: WebSockets with NestJSIn today’s fast-paced digital world, real-time communication is a game-changer. Whether it’s chat applications, live notifications, collaborative tools, or stock market dashboards, users expect instant updates without constantly refreshing their scre...Node.js
Abhishek Porwalabhishekporwal.hashnode.dev·Jan 30, 2025Simplify Real-Time Data Streaming with EventSource APIEver wanted to send real-time updates to users without bombarding them with constant page refreshes? Whether it’s live sports scores, stock market data, or fresh comments on a blog post, users expect instant updates. Enter the EventSource API, a powe...realtimedatastreaming
Rohan Bhujbalrohan-bhujbal.hashnode.dev·Jan 21, 2025WebSockets Explained (Golang): A Practical Guide to Real-Time AppsWhy Another WebSocket Tutorial? When I was learning WebSockets, I struggled to find a resource that balanced simplicity with depth. Most tutorials were either too basic or too complex. This guide is for those who, like me, want to build a real chat a...7 likes·49 readsgolang
Arka Infotecharkainfotech.hashnode.dev·Jan 1, 2025Building Real-Time Applications with Socket.IO in MERN StackIntroduction Real-time applications have revolutionized the way users interact with technology. Features like instant messaging, live notifications, and collaborative editing are now integral to modern web apps. To achieve such functionality in a MER...SocketIO
Team pulsetrackerforPulsetrackerblog.pulsestracker.com·Dec 31, 2024Pulsetracker Android App: Transform Your Android Device into a GPS TrackerWhat is Pulsetracker and Why Does It Matter? Pulsetracker is a real-time location tracking platform designed to simplify and enhance location tracking for everyone. Whether you’re a developer, a business owner, or an everyday user, Pulsetracker offer...51 readsrealtime apps
Aadesh Gavhaneaadeshhh.hashnode.dev·Dec 20, 2024Real-Time Web Apps Simplified: EventStream vs. WebSockets (with Code Examples)Building real-time web applications often seems synonymous with WebSockets. But did you know there’s a simpler, more efficient alternative for specific use cases? Enter EventStream, also known as Server-Sent Events (SSE). In this blog post, we’ll exp...35 readseventstream
Mayursinh Parmarmayursinhdevblog.hashnode.dev·Sep 30, 2024Building a Real-Time Chat App in Android with Kotlin and Firebase: A Family-Friendly Guide Using Clean ArchitectureHello, devs Today, we’re creating a real-time chat application using Firebase in Kotlin and organizing our code with Clean Architecture. This guide will walk you through every step, from setting up Firebase to structuring your app with Clean Architec...28 readsAndroidAndroid
Arun K Rcollate.wiki·Jul 23, 2024How I implemented the "Jump to Message" feature in my Chat APIWhile building my small hobby project, which has a chat feature, I faced a simple issue. How do we jump to a specific message in the chat if the user clicks on the message being replied to? 🤯 Actually, I am new to the backend architecture of chat-ba...7 likes·49 readschatapi
Ila Bandhiyaila.hashnode.dev·Jun 20, 2024Turning Data Insights into Revenue: The Role of RUM and APMIn today’s digital era, data plays a pivotal role in driving revenue and fostering business growth. Organizations increasingly rely on real-time user monitoring (RUM) and application performance monitoring (APM) to harness these insights effectively....1 like·46 readsrealtime apps
HEMANThemantkatta.hashnode.dev·Jun 13, 2024How I Built a Real-Time Chat App in 24 Hours Using React and FirebaseIntroduction Ever wondered how fast you can build a fully functional chat app? I took on the challenge to build one in just 24 hours using React and Firebase. In this article, I'll walk you through my journey, the obstacles I faced, and how I overcam...React