We need to be able to save the output of the editor in a way that both the client & the server can replicate the scene.
- Store only references to our engine entities
- Load our classes back in from the file (Which will in turn then load meshes etc.. into the threejs scene)
- JSON File easiest to start with?
- express endpoint to PATCH map to