Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Ever found yourself staring at a Socket.io connection issue at 2 AM, wondering where your life went...
How to send data between parent and child processes in PHP using sockets In Part 1 - "Parallel...
Monitor real-time locations and track them via connected devices. Control them through the connected...
Introduction When you're building networked applications, handling multiple client...
Recently, I had the opportunity to work on a university project focused on building a Smart Dustbin....
What is Socket.IO? Socket.IO is a JavaScript library used for real-time data exchange...
Hi DEV Community! 👋 I'm Geetansh Garg, a Senior Software Engineer passionate about scalable backend...
WebSockets are essential for creating interactive, real-time apps, but using them in a mobile setting...
Modern ticketing platforms like BookMyShow and DISTRICT handle massive traffic spikes (100k+ users)...
Real-time communication is an intriguing topic, and I wanted to share my thoughts on it. I came...
Real-time communication is essential for modern web apps, enabling features like live chat,...
99% of developers don't get sockets. What actually is a socket? You've probably seen...
🧩 Introduction: SSH (Secure Shell) is one of the most critical secure communication protocols in...
How TCP Socket Handshake Json Data Build a complete .NET 9 project for a modular TCP socket...
Introduction Remember when web apps felt like dial‑up—click, wait, repeat? Today, we want...
Introduction Have you ever watched those live collaboration tools where you can see...
Web servers — the magical thing. Is it really magical? Pretty much, yes. But let’s break down this...
Dalam artikel ini, kita akan membuat aplikasi Next.js dari awal dengan Prisma sebagai ORM, Socket.io...
I wrote a Poll-based TCP Employee Database in C, as a individual project that uses poll() IO...
If you've ever worked on a Unix-based system, chances are you've encountered the term "Unix sockets."...
Hey Devs! 👋 If you've ever wanted to track the number of connected users on your app in real-time,...
Three checks: 1) Run the Server code before running the Client code. 2)instead of this Socket...
Distributive-Streams This project implements a simple distributed processing system where a client...
Web Sockets are a powerful tool for enabling real-time communication between clients and servers....
Hi everyone! 👋 I’ve built xasanov.uz, a real-time chat application powered by WebSockets. It allows...
Building a static file server in Java with sockets involves several key steps. The provided code...
I’ve created a chat and video call application using Socket.IO and Node.js—and it’s completely free...
Developing a Live Location App Before starting, ensure you have the following...