Question

In Chrome it is possible to write native code and have it run in the browser using the Native Client SDK. Is it possible to do this in ChromeOS? And is it possible to create a TCP or UDP binary socket in native client code?

Était-ce utile?

La solution

It is possible to do it in ChromeOS - last time I've saw this bug: http://code.google.com/p/nativeclient/issues/detail?id=1883 it is not fixed.

As for TCP/UDP - If you wish fast full duplex protocol you may use web sockets (with or without nacl).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top