Skip to content

ALoginov/python_socket_server

Repository files navigation

About

Simple examples of socket client/server written in python.

Socket

Simple socket example is written in python 2.7, uses socket library. To launch:

python socketserver.py

Taken from: Python Module of The Week

Websocket

Websocket server is written in python 3.7, websockets library is used. It requires python 3.4+ To launch:

pip3 install websockets
python3 websocketserver.py

About

Examples of using socket and websockets libraries to create TCP/IP socket server using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages