#lib.net overview
Introduction
lib.net provides a simple, high-level API which manages connections to and from servers and clients.
Details
Testing
It's recommended that you test using the built-in harness. To start the test server:
python -m lib.net server localhost:8000
Press control-c to kill the server.
To test one or more clients:
python -m lib.net client localhost:8000
Enter quit at the prompt to disconnect the client from the server.