I hope this question still falls within the remit of the stack-overflow exchange..
I need to run three web applications on three different displays as simply and cheaply as possible. Each display will have a user entering numerical information onto the web app.
The web app is a simple html, css and javascript affair that is very lightweight.
The options I have come up with include:
1) A computer, monitor, mouse and numpad keyboard for each user - expensive.
2) A tablet computer (not resistive android - too hard to use) - also expensive.
3) Desktop virtualisation - can't find a simple solution.
Can anyone help me with another solution?
More Info:
The users are accessing a local server over wifi. Also the solution needs to run 8-5 Monday-Friday.