Cyrille N'DAH23cyy.hashnode.dev·Feb 17, 2025Les APIs : Au-delà de REST – Explorer la richesse des interfaces de programmationSi vous débutez en développement ou en Data/BI, vous avez probablement entendu parler des API REST. Généralement, la vision des APIs se limite à celle-ci alors qu’il existe tout un univers d’interfaces de programmation, chacune avec ses avantages, se...APIs
Utkarsh Srivastavawebsocketwithredis.hashnode.dev·Feb 17, 2025Scaling WebSockets with RedisScaling WebSockets with Redis for Real-Time Communication Building a scalable WebSocket architecture requires handling multiple servers while ensuring seamless communication between clients. This diagram illustrates how Redis Pub/Sub can be used as a...websockets
Aditya Pradhanblogsadityapradhan.hashnode.dev·Feb 16, 2025TypeScript WebSockets 101: Getting Started GuideWhat are WebSockets ? WebSockets provide a full-duplex communication channel over a single TCP connection. WebSockets enable real-time communication between the client and server, making them ideal for applications such as chat apps, live notificatio...websockets
Sushil Basyalsushilbasyal.hashnode.dev·Feb 10, 2025A brief intro to WebSocketHave you ever wondered how collaborative environment in Figma, metaverse 3D, and even games like among us work behind the scenes? You and your two friends are inside a same room in among us. When you move your joystick in your phone your character mo...websockets
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·48 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·49 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...67 readsPython