An open API service indexing awesome lists of open source software.

https://github.com/doodlewind/nano-mvc

Demo MVC framework in 40 lines, 1KB
https://github.com/doodlewind/nano-mvc

Last synced: about 1 year ago
JSON representation

Demo MVC framework in 40 lines, 1KB

Awesome Lists containing this project

README

          

# nano-mvc
Demo MVC framework in 40 lines, 1KB

## Run Example
`npm install && npm run example`, then visit `localhost:10008/examples` in browser.