Hacker News new | ask | show | jobs
by wmf 5296 days ago
NaCl intentionally has the same sandbox, same security model, and same I/O capabilities as JS. In this case, NaCl would still be limited to XHR or WebSocket.
1 comments

Ah, I didn't know that. How does naclssh do it, then? It seemed like it was going far more low-level than the standard sandboxed security.
From the snippet you posted above, it looks like it depends on a "websocket-to-socket proxy".
Aha, okay. Misunderstanding on my part, then!