Best way for implementing JavaScript lib in Java WebApplication -


i android developer , new java web development, please apologize if thought wrong. in our web app project have compare images (gif/png/jpeg) , have show result.

we got javascript lib (resemble.js) compare images , give result.

please on implementing lib web app project. js lib can implement in front end right? if correct way? because have other process in backend. or else how use js lib in backend

or let me know best way in implementing same. using react.js front-end.

to execute javascript need javascript engine. java virtual machine not designed run javascript short answer is: should use resemble.js front-end browser's engine (or back-end server process javascript node.js).

long answer: there implementation of javascript written in java use (i don't konw if supports html). take at: how can run javascript code @ server side java code?


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -