Link to home
Start Free TrialLog in
Avatar of amoskittelson
amoskittelsonFlag for United States of America

asked on

If building a touchscreen web app, what are suggested combinations of frameworks to use?

I'm building a web application that will run in Chrome on Linux that only has a two-point touch screen interface. The web application will have pullable curtains (like Androids status curtain) and lots of dragging and dropping of icons. There will be multiple touchscreens that all stay in sync with each other. That is, at the end of a drag and drop action in the GUI on one screen, the result will be transmitted to other screens to update their GUI. I'll be running the web app full screen using Chrome's web app command line option

My question is, do frameworks like Drupal and Django provide good touchscreen functionality as well as advanced canvas functionality? Would I be better off starting from a Node.js + Jquery + Hammer.js combination?
ASKER CERTIFIED SOLUTION
Avatar of tbsgadi
tbsgadi
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of amoskittelson

ASKER

Thanks tbsgadi. Those are very helpful. Are these easy to incorporate into a web app framework like Django?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial