http://json-schema.org/
http://jsonschema.net/#/
https://www.npmjs.com/package/jsonschema
use JSON Schema + Form definition (condition)
http://schemaform.io/
https://github.com/Textalk/angular-schema-form
This is same sails + ng-admin but different is ng-admin have gui.
This is good idea for sails.js RESTFUL.
sails.js
https://github.com/marmelab/ng-admin
put together is very good. easy to use CRUD by GUI.
https://github.com/zvesp/sails-generate-ng-admin
http://krisreeves.com/code/compile-node-js-4-0-on-centos-6/
http://www.books.com.tw/products/0010644512
書名:深入淺出Node.js 2014/07/29 必買的
作者: 朴靈
http://www.books.com.tw/products/0010679787
書名:Node.js的九堂實作課 2015/06/24
作者: 趙坤, 寸志, 雷宗民, 吳中驊
譯者:許郁文
http://www.books.com.tw/products/0010671565
書名:Node.js模組參考手冊 2015/04/15
作者:作者: 錢逢祥, 蔡政崇, 楊傑文
一但重開機,要執行npm,就要執行底下
nvm use stable
應該是自己那沒設好
http://learn.bevry.me/node/install/
git clone git://github.com/creationix/nvm.git ~/.nvm
printf “\n\n# NVM\nif [ -s ~/.nvm/nvm.sh ]; then\n\tNVM_DIR=~/.nvm\n\tsource ~/.nvm/nvm.sh\nfi” » ~/.bashrc
NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
nvm use stable
nvm list