An open API service indexing awesome lists of open source software.

https://github.com/christinec-dev/python_clients

Simple UDP Client, TCP Client, and TCP Server made with Python 🐍
https://github.com/christinec-dev/python_clients

python python3

Last synced: about 1 month ago
JSON representation

Simple UDP Client, TCP Client, and TCP Server made with Python 🐍

Awesome Lists containing this project

README

        

# Python_Clients
I started learning Python - and made a simple UDP Client, TCP Client, and TCP Server. 🐍

## TCP_Client
Run via the following command: `python3 tcp_client.py`

## TCP_Server
Run via the following command: `python3 tcp_server.py`

## UDP_Client
Run via the following command: `python3 udp_client.py`