- 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.
推薦閱讀
- 操作系統實用教程(Linux版)
- Citrix XenApp Performance Essentials
- 精解Windows 8
- Ganglia系統監控
- 玩到極致 iPhone 4S完全攻略
- 構建可擴展分布式系統:方法與實踐
- Windows Vista融會貫通
- 注冊表應用完全DIY
- Kali Linux 2018:Windows Penetration Testing
- OpenStack系統架構設計實戰
- 云原生落地:產品、架構與商業模式
- Cassandra 3.x High Availability(Second Edition)
- Linux基礎使用與案例
- 從零開始學安裝與重裝系統
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)