Socket.IO is a library that enables real-time, bidirectional, and event-based communication between the browser and the server. Approach: First, it is important to note that… Read More
Tag Archives: Socket-programming
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… Read More
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… Read More
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.… Read More
Prerequisite: Socket Programming in C/C++ It is possible to send data from the server and receive a response from the client. Similarly, the client can… Read More
Prerequisites: TCP UDP In previous articles, we have seen a TCP server and a UDP server. But now we can combine our concurrent TCP echo… Read More
Courses