- 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版)
- Kubernetes修煉手冊
- 全屋互聯:智能家居系統開發指南
- 樂學Windows操作系統
- 每天5分鐘玩轉Kubernetes
- 從零開始寫Linux內核:一書學透核心原理與實現
- Linux網絡操作系統與實訓(第三版)
- Linux運維最佳實踐
- Mobile First Design with HTML5 and CSS3
- Joomla! 3 Template Essentials
- 從實踐中學習Kali Linux無線網絡滲透測試
- Social Data Visualization with HTML5 and JavaScript
- 鴻蒙操作系統設計原理與架構
- 統信UOS應用開發進階教程
- 嵌入式微系統