1.1.0 • Published 8 years ago

urbano v1.1.0

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

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