Awesome
Babylon Express Server
An implementation of Express and BabylonJS to make it easier to code BabylonJS apps in NodeJS.
This repository is intended to allow BabylonJS coders to use NodeJS to host their BabylonJS sites via Express. Start with this project, replace the sample code in the /public/js/index.js file with your BabylonJS code.
Installation
After brining the code down run:
npm update
How to use Babylon Express Server
After completing the installation just replace the code in /public/js/index.js or add any JavaScript files needed. Ensure that if additional JavaScript files are added that you modify the index.html file to reference them