Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Java
9.3K+ articles
C++
3.7K+ articles
C Language
1.3K+ articles
Python Django
581+ articles
Django
81+ articles
Operating Systems-Process Management
23+ articles
Processes & Threads
14+ articles
Socket-programming
10 posts
Recent Articles
Popular Articles
How to Implement Basic Error Handling in Socket Programming in Java?
Last Updated: 23 July 2025
Socket programming is nothing but, a fundamental aspect of network communication that enables the applications to communicate over the network using TCP/IP or UDP protocol...
read more
Java
Java Programs
Picked
Socket-programming
Java Examples
Socket Programming in C++
Last Updated: 28 August 2025
Socket programming is a way for two computers or programs to talk to each other over a network (like the internet or a local network).Types of SocketsThere are two main ty...
read more
C++
Picked
Geeks Premier League
Socket-programming
Geeks Premier League 2023
How to Manage Users in Socket.io in Node.js ?
Last Updated: 23 July 2025
Socket.IO is a library that enables real-time, bidirectional, and event-based communication between the browser and the server. Managing users in Socket.io and Node.js typ...
read more
Picked
Node.js
Socket-programming
HTTP
React-Questions
NodeJS-Questions
Handling multiple clients on server with multithreading using Socket Programming in C/C++
Last Updated: 23 July 2025
This tutorial assumes that the reader has a basic knowledge of socket programming, i.e has a familiarity with basic server and client models. In the basic model, the serve...
read more
C++
Operating Systems-Process Management
Socket-programming
Django Channels - Introduction and Basic Setup
Last Updated: 23 July 2025
Django is a powerful Python framework for web development. It is fast, secure, and reliable. Channels allow Django projects to handle HTTP along with asynchronous protoc...
read more
Python
Python Django
Socket-programming
Django
How to make a video call app in node.js ?
Last Updated: 28 August 2025
For making a video call app, It is required that each and every client send their video and audio stream to all the other clients. So for this purpose we are using Peer.js...
read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
Socket-programming
Node.js - Projects
Two way communication between Client and Server using Win32 Threads
Last Updated: 12 July 2025
It is possible to send data from the server and receive a response from the client. Similarly, the client can also send and receive data to-and-from. Here we will discuss ...
read more
C++
Processes & Threads
Socket-programming
Socket Programming in C
Last Updated: 07 August 2025
Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while the other so...
read more
C Language
Socket-programming
Socket Programming in C/C++: Handling multiple clients on server without multi threading
Last Updated: 15 July 2024
This tutorial assumes you have a basic knowledge of socket programming, i.e you are familiar with basic server and client model. In the basic model, server handles only on...
read more
C++
Socket-programming
Socket Programming in Java
Last Updated: 04 October 2025
Socket programming in Java enables communication between two devices over a network. It allows data exchange between a client and a server using the java.net package. Sock...
read more
Java
Socket-programming