I have a JavaScript application with the requirement to protect the model's drawing interface so that it is not publicly accessible.
I want to use three.js on the server, save the model in JSON format and deliver it on the client side. It will display the file Three.js. But I do not know how to implement it on the server.
Are there any Node.js examples running three.js applications? If so, how do I save the grid in JSON format from the three.js file?
source share