jeudi 21 septembre 2017

Long running code inside html/javascript

I have a requirement to run an algorithm in a browser on button click. It very complex to code it in javascript and it would be very slow. Is there any recommended architecture for it ? Ideally I would like to code it in C++ or Python , but i guess it is not possible to run it inside a browser on button click. So, what are my next best options ?

I can't have it run on a serverside because there will be 1000s of clicks on the page which will result in too much communication back and forth.




Aucun commentaire:

Enregistrer un commentaire