/Python-Client-Server

This is a multiple client server implementation in Python

Primary LanguagePython

Python-Client-Server

This is a Multiple client server implementation in Python The server is able to connect multiple clients.

ClientTCP-Maths

This program is able to take numerical input from the user and an operation to perform on them and then send all these inputs to the server. The server is responsible for calculating and returning the results to the clients

ClientTCP-MathADV

This program takes a numerical equation to the server and server then computes the results and return the results to the client.