So here's a question about multiplaform and Node (...
# multiplatform
g
So here's a question about multiplaform and Node (still learning node): Can my backend Ktor server serve up node_modules (such as three.js) to the clients or does it have to be from a static file outside of node, likely in frontend/resources/three.min.js Examples conflict, docs are old, options are confusing... it looks like the later one is only way and is pretty full proof... but then what the heck is node involved for? For multiplaform projects, is node just used for build tooling?