PyMOTW: asynchat
Originally posted
· 1 min read
The asynchat
module builds on asyncore
to make it easier to implement protocols based on passing messages back and forth between server and client.
The asynchat
module builds on asyncore
to make it easier to implement protocols based on passing messages back and forth between server and client.