bc22f095ea | ||
---|---|---|
controllers | ||
lib | ||
my_modules | ||
static | ||
views | ||
.gitignore | ||
README.md | ||
package.json | ||
server.js | ||
urls.js |
README.md
3D Interface
A prototype for a user-friendly 3D interface allowing to browse 3D scenes / models written with Node.js.
It is hosted by OpenShift at 3dinterface.no-ip.org.
To deploy
As usual with NodeJS, it's quite easy to deploy. Just clone this repo somewhere, and then, in the repo do
npm install
node server.js
You should be able to go to localhost:4000 and see the result.