Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 24, 2025SocketIO OverviewWelcome Back We've seen that Socket.IO is composed of two main parts: Server Library: This integrates with the Node.js server. Client-side Library: This is loaded in the browser. These live in separate GitHub repositories: socket.io: The backend...Sockets with NodejsSocketIO
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 23, 2025Introduction to WebSockets in Node.jsWelcome back! Let's dive into how WebSockets can transform our application’s communication from traditional HTTP polling to a real-time, bi-directional flow between clients and servers. WebSockets vs. HTTP WebSockets are a protocol for sending messa...Sockets with NodejsSockets
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 23, 2025Introduction to SocketsWhat is a Socket? A socket is essentially an opening or hollow that forms a holder for something. In the context of computers and networking, it is a data holder or an endpoint for sending and receiving data. A socket is an opening in a computer sys...Sockets with Nodejssocket
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 23, 2025Understanding SocketsHello again, and welcome to one of my favorite sections. In this lesson, we're diving into something fundamental to the internet: sockets. Why Learn About Sockets? You might be thinking, "I know what HTTP is. I know how to make requests. So what's al...Sockets with NodejsSocketIO
David Díaz Herreradaviddiaz.hashnode.dev·Jan 20, 2025Dev Diaries: Word RushIntroducing Word Rush: The Ultimate Multiplayer Word Game! Are you ready to challenge your friends and test your vocabulary skills? Look no further! Word Rush is an exciting multiplayer word game built with Next.js, designed to provide fast-paced fun...learning
David Díaz Herreradaviddiaz.hashnode.dev·Jan 15, 2025Dev Diaries: ShareItIntroducing ShareIt: Your Collaborative Planning Tool! Are you looking for a seamless way to organize your activities and collaborate with friends, family, or coworkers? Look no further! ShareIt is a real-time collaborative planning tool built with N...learning
Arka Infotecharkainfotech.hashnode.dev·Jan 2, 2025Building a Real-Time Chat App in Next.js with Socket.ioIntroduction Real-time applications have become a cornerstone of modern web development, enabling instant communication and live updates. From chat apps to collaborative tools, real-time features enhance user experience significantly. In this guide, ... #RealTimeChat
Arka Infotecharkainfotech.hashnode.dev·Jan 1, 2025Building a Chat Application in MERN StackIntroduction In the digital age, real-time communication is a critical component of many web applications. Whether it's for customer support, team collaboration, or casual conversations, chat applications have become a staple of the online experience...chatapp
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
Mohammed Sharooquesharooque.hashnode.dev·Dec 18, 2024Understanding WebSocket Handshake: Seamless Two-Way Communication for Web ApplicationsGoal: The goal of WebSocket technology is to enable browser-based applications to establish two-way communication with servers without the need for multiple HTTP connections. This approach facilitates seamless interaction between clients and servers...websockets