Hello here!
I have the little game on defold, and my little server on Node.JS (express, digitalOcean)
Then i running server on localhost, all done good: the game is loading as well and i can play it.
When i trying loading game through server, i got next error:
dmloader.js:192 Uncaught Unexpected data size
dmloader.js:592 Uncaught TypeError: Module.ccall is not a function
Any ideas? I think it’s can be node.js, but anyway. How properly deliver the game?