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
Aaron Sherrillaaronsherrill.com·Feb 1, 2025A Unified Protocol for Real-Time Instruction Across Disparate TechnologiesIn various projects, there was a recurring challenge: integrating multiple technologies to communicate seamlessly. The need arose for a solution that could unify communications across diverse systems, enabling them to work together efficiently. I aim...Node.js
Aaron Sherrillaaronsherrill.com·Feb 1, 2025Boosting Engagement with a Social Media DisplayAt the 4B Festival—a celebration of bourbon, bacon, beer, and BBQ—our team sought to enhance attendee engagement through innovative technology. The goal was to create an interactive experience that would encourage social media participation and foste...ProjectsSocketIO
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
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