|
- Twisted
Twisted makes it easy to implement custom network applications Here's a TCP server that echoes back everything that's written to it:
- Welcome to the Twisted documentation! — Twisted 25. 5. 0 documentation
Twisted 25 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
- Overview of Twisted Internet — Twisted 25. 5. 0 documentation
Twisted Internet is a collection of compatible event-loops for Python It contains the code to dispatch events to interested observers and a portable API so that observers need not care about which event loop is running
- Twisted Documentation: The Basics
Twisted programs usually work with twisted application service Application This class usually holds all persistent configuration of a running server -- ports to bind to, places where connections to must be kept or attempted, periodic actions to do and almost everything else
- Choosing a Reactor and GUI Toolkit Integration - Twisted
Twisted provides a variety of implementations of the twisted internet reactor The specialized implementations are suited for different purposes and are designed to integrate better with particular platforms The epoll ()-based reactor is Twisted's default on Linux Other platforms use poll (), or the most cross-platform reactor, select ()
- Using the Twisted Web Client — Twisted 16. 3. 0 documentation
Using the Twisted Web Client ¶ Overview ¶ This document describes how to use the HTTP client included in Twisted Web After reading it, you should be able to make HTTP and HTTPS requests using Twisted Web You will be able to specify the request method, headers, and body and you will be able to retrieve the response code, headers, and body
- Creating and working with a names (DNS) server - Twisted
Creating and working with a names (DNS) server A Names server can be perform three basic operations: act as a recursive server, forwarding queries to other servers perform local caching of recursively discovered records act as the authoritative server for a domain Creating a non-authoritative server The first two of these are easy, and you can create a server that performs them with the
- twisted. web
Twisted Web: HTTP clients and servers, plus tools for implementing them Contains a web server (including an HTTP implementation, a resource model), and a web client
|
|
|