python3 -m venv venvsource venv/bin/activatepython -Vshould be 3.5+pip install -r requirements.txtYou're ready!
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!
Taken from asyncssh documentation showing simple ssh command run on remote server.
Combination of aiohttp + asyncssh + xterm.js for working web terminal