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

https://github.com/backprog/urbano

ES6 Node.js MVC framework
https://github.com/backprog/urbano

Last synced: 6 months ago
JSON representation

ES6 Node.js MVC framework

Awesome Lists containing this project

README

          

## **Urbano** ##

Urbano is a Node.js framework fully written in ES6. It doesn't use any compiler to transpile your code to ES5. Your code will stay as it is.
It means that only a Node.js 6.5.0+ server can run it. Annoying ? Not really. There's no need to be stuck with older Node.js versions to write new projects. New ES6 features allowed to build a real OOP MVC framework, that uses dependencies injection and singletons. It opens too, new ways to handle async/sync issues.
## How to use ##
Coming soon