Strngestrngeblogs.hashnode.dev·Feb 2, 2025Building a Real-Time Chat App with Next.js and Socket.io (App Router)Real-time applications, such as chat apps, require instant data exchange between clients and servers. In this guide, we'll walk through integrating Socket.io with Next.js (App Router) to build a real-time chat application. 🚀 Why Use Socket.io with ...1 likeNext.js
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
Prateek Joshiforprateekjoshi.hashnode.dev·Jan 24, 2025How We Built a Scalable FastAPI Backend for Our AI Product: Zero to Production🖖 Prateek Joshi and Akhil Kalwakurthy As AI engineers building complex machine learning systems, we often face a critical challenge: creating backend infrastructure that's both performant enough for real-time AI processing and maintainable enough fo...1 like·46 readsBuilding Your AI Blog Assistant: From Development to DeploymentFastAPI
Shibam Dharshibamd.hashnode.dev·Jan 22, 2025Setting up WebSocket in DronaHQThe challenge begins with a fundamental need for real-time data across diverse applications, whether this be live updates for cryptocurrency prices, shares on the stock, or even sensor readings from IoT devices and live messages in a chat program—sol...Low-Codewebsockets
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·46 readsgolang
Esubalew Chekolcode.esubalew.et·Jan 21, 2025When Should You Use FastAPI Instead of Django or Flask? An In-Depth GuidePython is home to several powerful web frameworks designed to cater to different needs. Django and Flask have long been dominant players, offering solutions for web development for over a decade. However, FastAPI has emerged as a modern framework pur...66 readsPython
JealousGxblog.jealous.dev·Jan 20, 2025Golang for High-Performance Real-Time Analytics: From WebSockets to Kafka ExplainedIn the age of big data and constant connectivity, real-time analytics has become crucial for businesses to make data-driven decisions quickly. Whether you're tracking user behavior, monitoring systems, or analyzing financial data, real-time analytics...Go Language
Ovilash Jaluijaluiovilash.hashnode.dev·Jan 20, 2025System Design of a Ticketing Tool: A Deep Dive into Building a Jira-like Web AppIntroduction In modern organizations, efficiently managing issues, tasks, and bug reports is critical to maintaining smooth operations. Software tools like Jira have emerged as key players in streamlining project management and issue tracking. Whethe...10 likesTicketingTool
jaydattgeekyjedy.hashnode.dev·Jan 19, 2025Multi-threading in JavaScript with Web Workers and WebSocketWhy you should use Multi-Threading ? As we know, JavaScript is a single-threaded, synchronous language. When implementing a WebSocket on the main thread, it can lead to performance issues, especially if the WebSocket is handling heavy computations. T...1 likeJavaScript
Affan Shaikhsurabaffanshaikhsurab.hashnode.dev·Jan 18, 2025WebSockets for Kids: A Fun Way to Communicate on the WebOkay, so let us first understand how we communicate with other people. Let’s take an example of you asking questions to your professor. The Problem with HTTP1 Let’s say you’re at home and you want to ask a particular question to your professor. You r...10 likeswebsocket python