Welcome to Connector’s documentation!¶
Connector is a lightweight network programming tool for Python 3. Connector will greatly simplify Client/Server mode’s network programming. Connector can help a lot in any situations that need message exchanging. All message communication will become very easy. In detail, it can do following things:
Share/Send variables between different threads/processes/programs/computers.
Put/Get files/folders to/from different programs on different computers.
RPC (Remote Procedure Call)
Connector only provide 2 classes for user to use: Server
and Client
. And these two classes make everything easy. Let’s getting start!
In addition, You can:
find source code at: https://github.com/Time-Coder/Connector
find PyPI index at: https://pypi.org/project/tcp-connector/