14 ms·
> How can you make your HTML5 code as fast as native? https://developers.google.com/native-client/ https://developers.google.com/native-client/
by wickedchicken 14y ago
> How can you make your HTML5 code as fast as native?
https://developers.google.com/native-client/ https://developers.google.com/native-client/
- asadotzler 14y agoNative Client apps are no more HTML5 than Flash is HTML5.
- willvarfar 14y agoThe key thing is that FB when the HTML5 route because they wanted to side-step Apple's signing process. They wanted to roll out updates on the server that downloaded to them without redistributing the app. HTML5 webviews helped them do this, and worked on both android and iOS. NaCL would, like java applets vs java apps, or flash, have let them do this too.