Wednesday, 25 December 2019

Embed Programming for Browser

Browser embed programming (not embedded programming that is ASIC programming) for browser can be these presently:
  • ActiveX (Windows only, dead technology)
  • Java Applet (disabled by all browsers, dead technology)
  • Flash (disabled by all browsers, dead technology)
  • Canvas (programmed with JavaScript, recommended technology)
  • WebAssembly (programmed with any programming language)
Canvas is recommended, WebAssembly is useful when porting applications from mobile, desktop to browser by compiling C/C++ into WebAssembly so the apps won't need to be coded twice.

No comments:

Post a Comment