Twisted (software): Difference between revisions

Content deleted Content added
AFD closed as keep (XFDcloser)
m Four words were used when one suffices.
Line 23:
'''Twisted''' is an [[event-driven programming|event-driven]] [[computer network programming|network programming]] [[software framework|framework]] written in [[Python (programming language)|Python]] and licensed under the [[MIT License]].
 
Twisted projects variously support [[Transmission Control Protocol|TCP]], [[User Datagram Protocol|UDP]], [[Transport Layer Security|SSL/TLS]], [[IP multicast]], Unix ___domain [[Unix ___domain socket|sockets]], a large number ofmany protocols (including [[HTTP]], [[Extensible Messaging and Presence Protocol|XMPP]], [[Network News Transfer Protocol|NNTP]], [[Internet Message Access Protocol|IMAP]], [[Secure Shell|SSH]], [[IRC]], [[File Transfer Protocol|FTP]], and others), and much more. Twisted is based on the [[event-driven programming]] paradigm, which means that users of Twisted write short [[callback (computer science)|callbacks]] which are called by the framework.
 
==Core ideas==