Skip to content

Non-blocking multi-connection client-server socket in Python. Uses selects and msg buffer queues for client <-> server communication and connections.

License

Notifications You must be signed in to change notification settings

harperlangston/nonblocksocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nonblocksocket

Non-blocking multi-connection client-server socket in Python. Uses selects and msg buffer queues for client <-> server communication and connections.

Usage:

  1. Start the server: server.py [host] [port]
  2. Start a client (in another window or another host if desired): client.py [host] [port]
  3. Add more clients if desired.
  4. Type in client window and watch it go to server, using non-blocking round robin selects
  5. Have fun

About

Non-blocking multi-connection client-server socket in Python. Uses selects and msg buffer queues for client <-> server communication and connections.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages