Skip to main content

2 docs tagged with "client-server"

View All Tags

Client-Server Communication in Java

In this tutorial, we will learn about client-server communication in Java. We will learn about how to create a client-server application in Java using sockets and streams.

Python - Socket Programming

This tutorial covers the basics of socket programming in Python, including how to create server and client sockets, and transfer data between them.