Skip to content

sgrust01/asynctornado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages