Atos is a NodeJs web framework based on Express, supports ES6, common validation for client and server side and etc.
# Get the latest stable release of Atos
$ npm install atos -g
# Create the project
$ atos-cli new myApp
# cd into the new folder
$ cd myApp
# fire up the dev server
$ atos-dev-server run
or
# fire up the production server
$ atos-prod-server run