/nanizm

Nano (thousand times smaller than micro) wsgi tool for rest/json nanoservises. Clean, simple, pure python, only stdlib.

Primary LanguagePython

Nanizm

Oversimplified nano wsgi json-api 'framework' with tree-based router

run: gunicorn testapp:app

try:

curl -i localhost:8000/users
curl -i localhost:8000/
curl -i localhost:8000/users/names
curl -i localhost:8000/users/1

Have fun!!