项目作者: moigonzalez

项目描述 :
:alembic: Lab for experimenting with Nodejs
高级语言: JavaScript
项目地址: git://github.com/moigonzalez/nodejslab.git
创建时间: 2016-12-01T10:12:44Z
项目社区:https://github.com/moigonzalez/nodejslab

开源协议:

下载


NodeJs Lab :alembic:

Small subsite for experimenting with NodeJs

nodejslab demo

Hosting NodeJs thorugh Apache

  • Create a virtual host adding this line to /etc/apache2/sites-available/nodejslab..conf
  1. <VirtualHost *:80>
  2. DocumentRoot /var/your/website/url
  3. ProxyPass / http://localhost:8080/
  4. ProxyPassReverse / http://localhost:8080/
  • Start your node server using the forever npm package