Articles by Tag #socket

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

🔥 Building a Real-Time Chat App with Sockets in Next.js 💬

Real-time chat is one of the most popular features in modern applications, allowing users to...

Learn More 28 3Sep 24 '24

Testing Socket.IO API Endpoints: A Step-by-step Guide🚀

Ever found yourself staring at a Socket.io connection issue at 2 AM, wondering where your life went...

Learn More 11 0Mar 10

Parallel Processing with PHP (Part 2): Inter-Process Communication

How to send data between parent and child processes in PHP using sockets In Part 1 - "Parallel...

Learn More 8 1May 1

Realtime Location Tracker & Communications

Monitor real-time locations and track them via connected devices. Control them through the connected...

Learn More 8 6Dec 20 '24

Real-time notifications with React and Socket-IO

Lately I have been trying to implement a notification system for my React application using the...

Learn More 6 0Sep 11 '24

How to Use Socket.IO to Build Your First Multiplayer Tic-Tac-Toe Game

Introduction Real-time multiplayer games have a special charm that makes them both fun to...

Learn More 5 0Aug 22 '24

Building an Event-Driven Socket Server in Python

Introduction When you're building networked applications, handling multiple client...

Learn More 4 2Nov 10 '24

Creating an IoT Device Frontend: A High-Level Overview

Recently, I had the opportunity to work on a university project focused on building a Smart Dustbin....

Learn More 3 0Oct 27 '24

Socket.IO for Beginners: Build a Live Online Users Tracker with MERN

What is Socket.IO? Socket.IO is a JavaScript library used for real-time data exchange...

Learn More 3 6Jun 19

Handling WebSockets in React Native with Socket.IO

WebSockets are essential for creating interactive, real-time apps, but using them in a mobile setting...

Learn More 2 0May 23

Building a Scalable Real-Time Ticket Queue System - BookMyShow

Modern ticketing platforms like BookMyShow and DISTRICT handle massive traffic spikes (100k+ users)...

Learn More 2 0Apr 14

Real-time chat with NestJS and Socket.io

Real-time communication is an intriguing topic, and I wanted to share my thoughts on it. I came...

Learn More 1 0Jan 24

Exploiting the SSH_AUTH_SOCK Variable for Privilege Escalation via Fake ssh-agent

🧩 Introduction: SSH (Secure Shell) is one of the most critical secure communication protocols in...

Learn More 1 0Jul 28

Polling Is So Last Year—Level Up with Real‑Time WebSockets in Node.js! 🚀

Introduction Remember when web apps felt like dial‑up—click, wait, repeat? Today, we want...

Learn More 1 0Jul 3

🚀 Getting Started with Socket.io – A Beginner's Guide

Real-time communication is essential for modern web apps, enabling features like live chat,...

Learn More 1 0Feb 15

Understanding Web Servers by Building One in C

Web servers — the magical thing. Is it really magical? Pretty much, yes. But let’s break down this...

Learn More 1 1Jun 2

How TCP Socket Handshake Json Data

How TCP Socket Handshake Json Data Build a complete .NET 9 project for a modular TCP socket...

Learn More 1 0May 30

99% of developers Don't Get Sockets

99% of developers don't get sockets. What actually is a socket? You've probably seen...

Learn More 1 0Apr 28

🚀 Building a Real-Time Notification Service with FastAPI, Redis Streams, and WebSockets

Hi DEV Community! 👋 I'm Geetansh Garg, a Senior Software Engineer passionate about scalable backend...

Learn More 1 0Jun 20

ConnTrack: Real-time Device Connection Tracker for Your Web Apps

Hey Devs! 👋 If you've ever wanted to track the number of connected users on your app in real-time,...

Learn More 0 0Feb 16

Getting Started with Web Sockets in Node.js

Web Sockets are a powerful tool for enabling real-time communication between clients and servers....

Learn More 0 0Jan 6

Membuat realtime chat

Dalam artikel ini, kita akan membuat aplikasi Next.js dari awal dengan Prisma sebagai ORM, Socket.io...

Learn More 0 0Mar 19

java.net.ConnectException: Connection refused

Three checks: 1) Run the Server code before running the Client code. 2)instead of this Socket...

Learn More 0 0Feb 15

Chat & Video Call Application Using Socket.IO & WebRTC

I’ve created a chat and video call application using Socket.IO and Node.js—and it’s completely free...

Learn More 0 0Jun 27

Understanding Unix Sockets: A Deep Dive into Inter-Process Communication

If you've ever worked on a Unix-based system, chances are you've encountered the term "Unix sockets."...

Learn More 0 0Jan 21

Creating a Live Location App

Developing a Live Location App Before starting, ensure you have the following...

Learn More 0 0Mar 8

Need contribution

Distributive-Streams This project implements a simple distributed processing system where a client...

Learn More 0 0May 28

Building Real-Time Apps with React and Socket.IO

Introduction Have you ever watched those live collaboration tools where you can see...

Learn More 0 0Apr 21