Simple Python UDP Chat Client and Server This is a simple Python UDP Chat client. It uses the standard socket library and uses the select module for asynchronous things. Unfortunately, due to the nature of python's select, this does not work on Windows.