Total Pageviews

Thursday, 9 January 2014

用nodejs运行站点

git clone https://github.com/synthmedia/node-example-site
cd node-example-site
nohup node app.js > /dev/null &

访问http://as3.brite.biz:4000/,就可看到网站效果。

项目地址:https://github.com/synthmedia/node-example-site