Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Twisted Network Programming Essentials, Second Edition (Repost)

Posted By: nebulae
Twisted Network Programming Essentials, Second Edition (Repost)

Jessica McKellar and Abe Fettig, "Twisted Network Programming Essentials, Second Edition"
English | ISBN: 1449326110 | 2013 | PDF | 194 pages | 9 MB

Get started with Twisted, the event-driven networking framework written in Python. With this introductory guide, you’ll learn the key concepts and design patterns to build event-driven client and server applications for many popular networking protocols. You’ll also learn the tools to build new protocols using Twisted’s primitives.

Start by building basic TCP clients and servers, and then focus on deploying production-grade applications with the Twisted Application infrastructure. Along the way, you can play with and extend examples of common tasks you’ll face when building network applications. If you’re familiar with Python, you’re ready for Twisted.
Learn the core components of Twisted servers and clients
Write asynchronous code with the Deferred API
Construct HTTP servers with Twisted’s high-level web APIs
Use the Agent API to develop flexible web clients
Configure and deploy Twisted services in a robust and standardized fashion
Access databases using Twisted’s nonblocking interface
Add common server components: logging, authentication, threads and processes, and testing
Explore ways to build clients and servers for IRC, popular mail protocols, and SSH