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
Dhairya Patelblog.dhairyapatel.in·Dec 14, 2024Deploying a Django WebSocket Application with Uvicorn, Nginx, and PostgreSQLIn this comprehensive guide, we'll walk through the process of deploying a Django application that uses WebSockets. We'll set up a production-ready environment using Uvicorn as the ASGI server, Nginx as a reverse proxy, and PostgreSQL as the database...1 like·48 readsDeploymentDjango
akash javaliblog.akashjavali.com·Nov 22, 2024Real-Time Applications with WebSockets and Socket.ioIn the age of instantaneous communication and live updates, real-time applications have become an integral part of modern web development. From chat applications and collaborative tools to live sports updates and multiplayer games, real-time function...Chat Applications
Birkaran SachdevforfreeCodeCampfreecodecamp.org·Nov 18, 2024Build a Real-Time Multiplayer Tic-Tac-Toe Game Using WebSockets and MicroservicesIn this tutorial, we’ll build a real-time multiplayer Tic-Tac-Toe game using Node.js, Socket.IO, and Redis. This game allows two players to connect from different browser tabs, take turns playing, and see real-time updates as they play. We'll use Red...SocketIO
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 11, 2024Understanding Network Programming with Python: Socket Library, IPs, and MoreIn today's world, the internet is at the core of almost every technology we use. Understanding how devices communicate over networks is essential for developers. In this blog, we'll explore the Python socket library, IP addresses, network protocols, ...networking
Aman Rajhuamanraj.hashnode.dev·Nov 6, 2024Building a Real-Time Chat App with React js and Appwrite Cloud RealtimeCreate a Real-Time Chat App Without Servers or WebSockets – A Simple Guide Learn to build a lightweight real-time chat app without a backend server or WebSockets! This guide covers frontend-only techniques to create an interactive chat experience. In...10 likes·93 readsappwrite realtime
Tanmay Bhansaliadvance-tic-tac-toe.hashnode.dev·Nov 4, 2024Day 3: Building a Customizable Tic Tac Toe with Socket.io - Set Your Own Board Size and Play Online!Welcome back to the development journey of our Tic-Tac-Toe game! In Day 2, we focused on implementing the server-side logic to make real-time multiplayer possible. Today, I’ll be diving deeper into the client-side, where I’ve added some important upg...10 likesReact