Aeva / slocky

Stupid simple json based communication system for python.
GNU General Public License v3.0
0 stars 0 forks source link

GTK integration example #4

Open Aeva opened 10 years ago

Aeva commented 10 years ago

The usage example scripts create a chat room where the messages from one client are repeated to all of the other clients. The UI is a little clumsy, and it would be useful to have an example of how to integrate this with the gobject event loop. In fact, it may be useful to provide a derived class for the client and server that does this.