You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All games should be able to run without the sandbox... The current design makes things really complicated. Last year, every server-side game had to serve its files using http and fs.
Well, we can consider this year the environment is not node itself, but this sandbox.
I believe the sandbox-io may be called by require('socket.io') inside the sandbox, also the same to the http and any shimed module... but that was not planned before. :-/
Can you implement it too on the sandboxer? So the sandbox and real node will not be so different.
That must to work sooner as possible!
The text was updated successfully, but these errors were encountered: