Jan 25 · 4 min read · غالبا اي حد فينا لما بيسمع Real time updates بيجي فدماغة علطول Websockets. مع ان الحقيقة مش ده الحال في طرق تانيه تقدر من خلالها تجيب Updates من غير ميكون عندك Websockets وغالبا بعض الطرق دي ممكن كمان تكون افضل من ال Socket في بعض الحالات وهتوفر عليك...
Join discussionJan 2 · 4 min read · Building a Real-Time Collaborative Notepad with Socket.IO and MongoDB Ever needed to quickly share notes with someone but got frustrated with sign-up forms and complex permission settings? That's exactly why I built Collaborative Notepad. 🎯 The Prob...
Join discussion
Dec 21, 2025 · 4 min read · It was one of those late nights when everything feels quiet — except your mind. I had already built multiple projects, but something felt missing. Most of my apps were static in interaction: click → response → reload. They were obviously useful but n...
Join discussion
Dec 1, 2025 · 3 min read · Have you ever typed a message on WhatsApp and instantly seen “typing…” appear from the other side?Or watched your Zomato order move from “Preparing → Out for Delivery” without refreshing the screen?Or seen Google Docs update characters as someone els...
Join discussionNov 27, 2025 · 4 min read · Building desktop applications that communicate in real-time is always exciting! 💬 Recently, I completed a project where I created a cross-platform chat application using PyQt5 for the GUI, Socket.IO for real-time communication, and MongoDB Atlas for...
Join discussion
Nov 24, 2025 · 5 min read · Backend Workflow: Message Journey Through Django Channels **Complete Flow Diagram** ========================= USER SENDS MESSAGE ↓ [1] WebSocket sends: '{"message": "Hello"}' ↓ [2] routing.py → routes to ChatConsumer ↓ [3] consumers...
Join discussion
Oct 20, 2025 · 4 min read · Have you ever wondered how real-time chat applications like WhatsApp, Discord, or Slack send and receive messages instantly — without refreshing the page? Recently, I learned a magical technology called Socket.io, and it completely changed how I thin...
Join discussion
Sep 14, 2025 · 6 min read · Building basic socket.io project There will be total two sections1. Server side socket.io2. Client side socket.io WebSocket vs Socket.io WebSocket is the raw, low-level protocol that allows us to establish a direct connection between the client and s...
Join discussion
Sep 6, 2025 · 3 min read · Socket.IO is a library for real-time, bidirectional, and event-based communication between web clients and servers. It enables features like chat, notifications, live feeds, multiplayer games, etc. WorkFLow User submits: → React: User submit(emit) t...
Join discussion