I am developing an HTML5 webapp that requires the use of websocket, because webapp needs to connect to the server (web server server), all this time webapp works fine in the Chrome desktop browser,
But now the web application needs to be launched on smartphones, and android will be the first priority (I have no experience developing Android applications), then I will find a solution for creating a web application as an android application using PhoneGap,
Unfortunately, it does not yet support websocket, I found many plugins, but they all have their own server (java), I need a javascript library that will allow me to work normally with the webcam as before, on any available ws server ( I already did this in .NET using visual studio)
any idea or link?
source share