UNPKG

nokit-app

Version:

this is an example app

23 lines 399 B
{ "port": 9000, "handlers": { "^/": "$./handlers/mvc" }, "mvc": { "routes": { "/home": "./home", "/": "./home", "get /date": { "view": "./date" } } }, "filters": { "^/": "../" }, "proxy": { "rules": { "^/api": "http://localhost:8000" } } }