I'm currently working on some data visualization project and wanted to know what would be my best development environment for it considering performance, deployment on mobile devices and different operating systems.
Simpler said something that works on as many things as possible without a lot problems and issues in performance (wishful thinking).
I'm not asking for Data Vis frameworks, libraries etc. but for best programming enviroment tips and combinations for data visualization in web.
JavaScript performance seems to be enough for the graphics but i'm not sure if it does for operations on huge Data sets, Arrays and String. I am currently considering writing the part for data handling, loading etc. in PHP and access it through javascript for in canvas visualizations/animations - but maybe JavaScript is powerfull enough for everything.
I'm not really experienced in programming, having more visual/designer background.
What are your thoughts?