/aioserver

Example asyncio server from PyTexas 2015

Primary LanguagePython

Example asyncio server from PyTexas 2015

This is an example project from our tutorial at at PyTexas 2015.

I also presented the slides in my talk.

Installation

$ python3 -m pip install -e /path/to/aioserver

Installation creates an aioserver console entry point.

Usage

$ aioserver

I haven't tested this on Python > 3.5, but I'd expect it to keep working.