Twisted (software)

Twisted
Original author(s)Glyph Lefkowitz
Developer(s)Community
Initial releaseOctober 22, 2002; 22 years ago (2002-10-22)[1]
Stable release
24.11.0[2] Edit this on Wikidata / 2 December 2024; 2 months ago (2 December 2024)
Repository
Written inPython
TypeEvent-driven networking
LicenseMIT License
Websitewww.twistedmatrix.com Edit this on Wikidata

Twisted is an event-driven network programming framework written in Python and licensed under the MIT License.

Twisted projects variously support TCP, UDP, SSL/TLS, IP multicast, Unix domain sockets, many protocols (including HTTP, XMPP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more. Twisted is based on the event-driven programming paradigm, which means that users of Twisted write short callbacks which are called by the framework.

  1. ^ Shtull-Trauring, Itamar (2002-10-22). "Twisted 1.0". twisted-python (Mailing list). Retrieved 2008-08-14.
  2. ^ "Release 24.11.0". 2 December 2024. Retrieved 28 December 2024.

From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne