I'm starting to plan a little project, the application I'm building needs to access the client-side JavaScript APIs to utilize things like the Web Speech API and the Camera API.
I also noted that the application should be able to perform lengthy computations and deliver them as quick as possible, therefore a server-centric application makes sense due to the removal of XHR and ability to improve hardware centrally.
I'm stuck on what route to take as I'm not sure of the best framework/methodology to use for this. Could anyone help?