-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DrSparky-2007 edited this page Jan 21, 2021
·
2 revisions
Welcome to the PyNetSocket Wiki!
If you have any confusions about the module, you can find an answer here. The PyNetSocket module is a python networking library that works on the socket
module. It has a Server
and Client
class which can be used as servers and clients for networking. It has threading functionality, meaning you can have a network connection running in the background while the rest of your program runs.
Links:
- Server
- Client
- Extra functions