Shaik Ahmad Nawazshaikahmadnawaz.hashnode.dev·Sep 18, 2023Building a Real-Time Chat in Your React and Node.js App with Socket.IOWelcome, fellow developers, to an exciting journey into the world of real-time chat! In today's digital landscape, real-time communication has become an essential component of many web applications. Whether you're building a social networking platfor...Discuss·16 likes·127 readsReact
Himanshu Kumarhimanshukrmr.hashnode.dev·Sep 18, 2023Explaining WebSockets and crafting a simple chat app using Socket.ioWhat is WebSockets? WebSocket is a protocol that enables two-way communication between a client (typically a web browser) and a server over a single, long-lived connection. It allows real-time data exchange without the overhead of traditional request...Discusswebsockets
kushagradevops121.hashnode.dev·Sep 17, 2023Demystifying API : Your Complete ResourceWhat is an API? An API is like a menu in a restaurant. It provides a list of dishes you can order, along with a description of each dish. When you specify what you'd like to order, the kitchen (i.e., the system) prepares the dish and serves it to you...Discussapi
Strawberry Labsblog.strawberrylabs.net·Sep 17, 2023Creating a Real-Time Chat Application with Socket.io: The Ultimate GuideIntroduction Creating a chat application has become a fundamental exercise for learning various programming concepts, including real-time communication, databases, and user authentication. One of the most powerful libraries for real-time web applicat...Discussrealtime
Har Har Mahadev!maheshchandraregmi.com.np·Sep 16, 2023Dev Blog 1; Scratching the Kube API Server to get TTYThis is my first blog of multiple blogs on developing a pod troubleshooter turned into a compiler as a service. What do you call it CaaS? COMPaaS is cooler though, lol. I've been learning a lot of things in this journey, so I decided to share about i...Discuss·7 likes·162 readsKubernetes
Ashish WakdeforAshish Tech Blogsnodejsawsecs.hashnode.dev·Sep 16, 2023Origin of Websocket, socket.io with practical implementation cases and challengesThis blog is written to find out the origin of websocket when there was HTTP in place. What are the limitations of HTTP and how websocket can handle those limitations? Also, we will figure out the use of the socket.io library. How socket.io is helpfu...Discusswebsockets
Aditya salunkheforAdiTechSavvys Blogs on Golangaditechsavvyblogs.hashnode.dev·Sep 15, 2023Mastering Gorilla WebSocketsIf you've ever wondered how to supercharge your web applications with real-time interactivity, you're in the right place, but Before we do that let us Understand What WebSockets The WebSocket Protocol : The WebSocket Protocol enables two-way communic...Discuss·2 likes·274 readswebsockets
Dinesh Imaduwa Gamagedaminda.hashnode.dev·Sep 12, 2023WebSockets: Unleashing Enchanting Real-Time MagicWhat are WebSockets? WebSockets enable real-time, bidirectional (full-duplex) communication between clients and the server over a single, long-lived TCP connection. What does it mean by ”real-time, bidirectional( full-duplex ) communication”? This me...DiscussJavaScriptrealtime apps
prasanna darkb0ts.hashnode.dev·Sep 5, 2023Building Real-Time Applications with Python WebsocketsIntroduction: Websockets have become an essential part of modern web development, allowing real-time communication between clients and servers. Python, known for its simplicity and versatility, provides excellent support for building websocket-based ...Discusswebsockets
Shobhit Srivastavashobot.hashnode.dev·Aug 31, 2023VoiceGPT - Build an AI Voice Assistant with Next.js, Node, WebSockets, OpenAI, Deepgram, and ElevenLabsIntroduction In this article, you'll learn how to build an end-to-end AI voice assistant using the latest tools and APIs. Watch the demo below to see what you'll build. https://www.loom.com/share/7be1f2b96a0346df84b40ba78f0fcf2c?sid=88d6d7e0-4f56-446...Discuss·1 like·130 readsopenai