Twisted (software): Difference between revisions

Content deleted Content added
Wikilink Glyph and remove unknown parameter.
Line 39:
 
===Foreign loop support===
Twisted can integrate with foreign event loops, such as those of [[GTK+]], [[Qt (framework)|Qt]] and [[Cocoa (API)|Cocoa]] (through [[PyObjC]]). This allows using Twisted as the networking supportnetwork layer in [[graphical user interface]] (GUI) programs, using all of its libraries without adding a thread-per-socket overhead, as using Python's native library would. A full-fledged web server can be integrated in-process with a GUI program using this model, for example.
 
==Applications using Twisted==