Andrew
Andrew

Reputation: 169

How best to interact with peripheral from browser

This may be a very elementary question, I apologize in advance. I need to interact with a device from a web app. More specifically a twain device. Currently I use a signed java applet for this. It generally works well; the signed applet works on multiple platforms and provides the device interaction needed. The issue I have is that applets do not seem to be long for the browser world, at least in allowing non-sandboxed access like this. I need to know what other options are available.
The requirements I would really like to meet are

I am not familiar with technologies such as flash and silverlight. Are either of these viable options? Is anything?

Upvotes: 2

Views: 680

Answers (1)

ascarb
ascarb

Reputation: 478

Right now I only know of ActiveX, Applet, or browser extensions that are available (just search the web, and pick the one that looks good to you). Pretty soon I'd imagine that Flash, and Silverlight options will be available, but I know of none as of right now.

Upvotes: 0

Related Questions