SaipranavK / Sockets-Py

Basic Sockets implementation using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sockets-Py

In a nutshell

Sockets code in python to stream and buffer objects using pickle.

Developed with

Python - https://www.python.org/

Local Execution

In Terminal 1

python -m server.py

In Terminal 2

python -m client.py

About

Basic Sockets implementation using python

License:MIT License


Languages

Language:Python 100.0%