Setup

  1. python3 -m venv venv
  2. source venv/bin/activate
  3. python -V should be 3.5+
  4. pip install -r requirements.txt You're ready!

aiohttp-demo

A demo of aiohttp that shows how it is similar to other web frameworks yet has some killer features because of asyncio

  • websockets!
  • no global request object!

asyncssh-demo

Taken from asyncssh documentation showing simple ssh command run on remote server.

web-terminal-demo

Combination of aiohttp + asyncssh + xterm.js for working web terminal