What technology - besides NPAPI - can I use for achieving native socket support in Google Chrome apps?

Flash is not an option, as I assume it requires a policy file.

What about NaCl and/or Pepper?

link|improve this question

4  
Chromium guys are currently integrating a client socket API in Chrome. – check_ca Jan 4 at 21:29
NaCl is not an option either. I has the same security-model as javascript. – Kalmi Feb 20 at 14:30
feedback

1 Answer

No (or at least not yet), because of the web's security model, but you might be interested in workarounds such as Orbited.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.