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 Video Chat App with WebRTC, Socket.io, Node.js, and React .

Full Implementation of Real-Time Video Chat This document provides a complete implementation for a...

Learn More 26 7Jul 27 '24

🔥 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 25 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 10 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

[Book Review] Beej's Guide to Network Programming

Intro - what is this book about? Yes, I finally finished reading this book. As a person...

Learn More 5 0Jul 13 '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 a Skribbl.io Clone: From Concept to Completion

Creating a real-time multiplayer game like Skribbl.io is an exciting challenge that combines various...

Learn More 4 0Aug 12 '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

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 Features in MERN Applications

1. Introduction to Real-Time Features Real-time features are essential for modern web...

Learn More 2 0Aug 5 '24

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

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

Chat Server in Ruby Sockets

I am going to build a chat server in Ruby's sockets library. Before this, let's clarify what sockets...

Learn More 1 0Jul 28 '24

🚀 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

Enhance your Retool application with real-time chat functionality using a custom component!

In the modern digital transformation era, real-time communication is a vital feature for any...

Learn More 1 0Jul 11 '24

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

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

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

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

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

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

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

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

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 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 0 0Jun 20