sgrust01 / asynctornado

async tornado demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async Tornado

by sgrust01

Installation:


$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -e .

Running


$ bootup

Testing


Homepage

$ curl -X GET  localhost:8000

Cache check

$ curl -X GET  localhost:8000/get

Cache update

$ curl -X GET  localhost:8000/update

Cache check (Check Responsiveness)

$ curl -X GET  localhost:8000/get

Cache check (after 10s)

$ curl -X GET  localhost:8000/get

About

async tornado demo


Languages

Language:Python 100.0%