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
- Host: GitHub
- URL: https://github.com/backprog/urbano
- Owner: backprog
- License: mit
- Created: 2016-09-05T09:04:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T09:43:51.000Z (over 9 years ago)
- Last Synced: 2024-08-08T15:00:50.010Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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