Start a local program from Chrome/Chromium browser -


what options executing local client-side program directly chrome/chromium?

here's criteria:

  • ease of installation
  • cross-platform support
  • control on security (no other specified program can executed)

currently, can think of 3 options

  1. write chrome plugin
  2. clients run local web server
  3. a java applet

are there other options? client side runs javascript , accessing restful api receive data. or maybe way directly execute local program user's consent chrome?


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -