Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. twisted.orgTwisted

    Twisted makes it easy to implement custom network applications. Here's a TCP server that echoes back everything that's written to it: Copy. from twisted.internet import protocol, reactor, endpoints. class Echo (protocol.Protocol): def dataReceived ( self, data ): self.transport.write(data) class EchoFactory (protocol.Factory):

  2. 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.

  3. Twisted es un framework de red para programación dirigida por eventos escrito en Python y licenciado bajo la licencia MIT. Twisted proporciona soporte para varias arquitecturas (TCP, UDP, SSL/TLS, IP Multicast, Unix domain sockets), un gran número de protocolos (incluidos HTTP, XMPP, NNTP, IMAP, SSH, IRC, FTP), y mucho más.

  4. Twisted is an event-based framework for internet applications, supporting Python 3.6+. It includes modules for many different purposes, including the following: twisted.web: HTTP clients and servers, HTML templating, and a WSGI server. twisted.conch: SSHv2 and Telnet clients and servers and terminal emulators.

  5. Installing Twisted; Twisted Core; Twisted Conch (SSH and Telnet) Twisted Mail (SMTP, POP, and IMAP) Twisted Names (DNS) Twisted Pair; Twisted Web; Twisted Words (IRC and XMPP) API Reference; Development of Twisted; Quick links. Report a security issue; Security Procedure for Developers; Security Audit; Twisted Community; API Reference; GitHub; PyPI

  6. Twisted es utilizado en entornos de producción en compañías desde Google y Lucasfilm a Justin.TV y el software de colaboración Launchpad. Implementaciones de servidores en Twisted son el núcleo de numerosas aplicaciones de código abierto, incluyendo BuildBot, BitTorrent, y Tahoe-LAFS.

  7. Twisted es un framework de red para programación dirigida por eventos escrito en Python y licenciado bajo la licencia MIT. Introducción Twisted (software) Lineamientos centrales Separación de los protocolos y transportes Deferreds Soporte de Thread (hilos o subprocesos) Soporte de bucle de externos Aplicaciones que utilizan Twisted