Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibauts/talk-asyncio-best
https://github.com/thibauts/talk-asyncio-best
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thibauts/talk-asyncio-best
- Owner: thibauts
- Created: 2018-06-27T13:34:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T14:57:53.000Z (over 6 years ago)
- Last Synced: 2024-10-16T07:21:28.303Z (2 months ago)
- Language: Python
- Size: 660 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
talk-asyncio-best
=================Prérequis
---------- Vagrant: [Download](https://www.vagrantup.com/downloads.html)
- Ansible: [Install](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-the-control-machine)Exécuter les démos
------------------```bash
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ pip3 install -r requirements.txt
``````bash
$ python3 demo1-tasks.py
``````bash
$ python3 demo2-aiohttp.py
``````bash
$ python3 demo3-sanic.py
$ curl http://localhost:8000
$ python3 demo4-websockets.py
``````bash
$ python3 demo5-uvloop.py
``````bash
$ python3 demo6-generators.py
```