Doppio Demo
Demo of the Doppio Runtime System. Click here to enter the demo.
Links:
Building the Demo
Prerequisites: Clone DoppioJVM somewhere, build it, and npm link it.
To build the demo, run:
npm install
npm link doppiojvm
grunt
Serve the demo direct from the build/ directory:
cd build
http-server # or any other file server
Or copy the build directory's contents to the desired location on your webserver.