Create multiuser 3d environments using markup and javascript
npm install scenevr


The scene server loads scene files in .html format and listens for clients on a websocket connection. Any connected client gets a streamed version of the world sent to them. You can write scripts in javascript using tags in your scenefile to provide interactivity to connected clients.
SceneVR uses A-Frame as markup for scenes:
Contact bnolan@gmail.com. Follow development at @scenevr.
MIT License.