I would like to showcase my android apps to clients.I would like to send them so that they can play with it in browser and tell the changes.
So,in order to achieve that can a VNC Session of Android be Emulated in browser? If so Can this be done using only javascript with help of node.js or do i need to use java servlets to do that?
I would like to know the possibilities and How can this be done.
EDIT 1:
After some googling i found this site which exactly does what i needed.After going through the source of it i think its exactly an emulation of VNC instance in a browser.So have look it and please let me know.
Here is the link to the site http://www.manymo.com/
You can also try noVNC: https://github.com/kanaka/noVNC – I belive it has full support for NodeJS and integrates easily into existing sites.
The problem with the approach is that simulators are really slow. I would not risk it to show progress to non-technical customer.