- Hands-On Reactive Programming with Python
- Romain Picard
- 100字
- 2021-06-24 18:25:17
aiohttp
The AsyncIO library does not contain an HTTP stack. In this example, as well as throughout this whole book, the aiohttp package will be used. The aiohttp package is a complete implementation of the HTTP 1.x protocol with the support of web sockets. It can be used to implement clients and servers. This is a great package to implement HTTP microservices. Its installation is very easy with pip:
(venv-rx)$ pip3 install aiohttp
Ensure that the package installation is done within virtualenv. Read Chapter 1, An Introduction to Reactive Programming, for more information on how to use virtualenv.
推薦閱讀
- pcDuino開發實戰
- Linux設備驅動開發詳解(第2版)
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Linux實戰
- 高性能Linux服務器構建實戰:運維監控、性能調優與集群應用
- 開源安全運維平臺OSSIM疑難解析:入門篇
- 完美應用RHEL 8
- 計算機系統的自主設計
- 跟老男孩學Linux運維:Shell編程實戰
- Distributed Computing with Go
- Learn CUDA Programming
- iOS 10快速開發:18天零基礎開發一個商業應用
- VMware Horizon Mirage Essentials
- Learn OpenShift
- Android NDK Beginner's Guide