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
- write chrome plugin
- clients run local web server
- 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
Post a Comment