voxel / voxel-clientmc

Minecraft client using WebSockets and voxel-engine (voxel.js plugin)
57 stars 13 forks source link

Move server WebSocket connection into a web worker? #4

Closed deathcap closed 10 years ago

deathcap commented 10 years ago

Note: Firefox doesn't yet support sockets in workers: https://bugzilla.mozilla.org/show_bug.cgi?id=504553 (supported fine in Chrome: https://code.google.com/p/chromium/issues/detail?id=27618)

deathcap commented 10 years ago

No real need for this