Birks 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...DiscussSocketIO
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, ...Discussnetworking
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...Discuss·10 likes·77 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...Discuss·10 likesReact
Tanmay Bhansaliadvance-tic-tac-toe.hashnode.dev·Nov 3, 2024Day 2: Building a Customizable Tic Tac Toe with Socket.io - Set Your Own Board Size and Play Online!Welcome to Day 2 of building our customizable Tic Tac Toe game! After setting up the Pass & Play mode, I’m diving into Connect & Play — a feature that lets players connect remotely and play in real-time from separate devices. Today’s focus is on impl...Discuss·10 likestic tac toe
Saravana Rajasaravanarajapp.hashnode.dev·Oct 27, 2024🚀 Introduction to Real-Time WebFor those of us after years into this dev life: 💻 "The weekend is for upskilling!" (then promptly opens Netflix) ☕ Filter coffee - the actual backbone of my productivity 🌙 Midnight message: “Available for Quick Call?” 👥 Catching up with friend...Discuss·32 readsrealtime
Amon Kiprotichsupercodz.hashnode.dev·Oct 22, 2024Real-Time Communication in Web Applications Using Socket.ioIn today's fast-paced digital environment, real-time communication is a cornerstone of many modern web applications. Whether it’s for live updates in social media, collaboration tools, or network monitoring, the need for instantaneous data transfer h...DiscussSocketIO
AL Hasibalhasib.hashnode.dev·Oct 12, 2024ওয়েব সকেট কমিউনিকেশন প্রটোকলওয়েব সকেট কি? ওয়েব সকেট একটি কমিউনিকেশন প্রটোকল। যেটি ক্লায়েন্ট এবং সার্ভারের মাঝে ফুল ডুপ্লেক্স কানেকশন এস্টাবলিশ করার মাধ্যমে একটি একক কানেকশন তৈরি করে। যেখানে HTTP প্রটোকল বারবার রিকুয়েস্ট রেসপন্সের মাধ্যমে তথ্য আদান-প্রদান করে। সেখানে ওয়েব স...DiscussWeb Development
Aditi Polkamblog.aditipolkam.me·Sep 29, 2024FeaturedBuilding a WhatsApp-Like 'User is Typing..' Feature with Node.js, React and Socket.ioEver wondered how your favorite chat applications keep you engaged by showing those dynamic "X is typing..." notifications? The magic behind these real-time updates is a blend of seamless frontend design and robust backend communication. What if I to...Rohit Patil and 1 other are discussing this2 people are discussing thisDiscuss·47 likes·1.5K readsBackend with NodejsNode.js
Kingsley Okoronkwokingsleyokoronkwo.hashnode.dev·Sep 18, 2024How i designed and built my first chat applicationThe purpose of this project is to build a chat application where users can easily communicate without sharing their private/exposing their data while also learning how WebRTC works using websockets. I built the project with my friend Fumi while sourc...Discusschat application