I'm trying to build a nodejs client and I don't find a good library for java or android. Till now I was not able to establish a valid connection. my server is node 0.10.
Since the browser supports a lot of protocols(even in android 2.2). Is it possible to eliminate the webview and use only the underlying library?
Otherwise is there any solution to display even the web view(but in a background activity or service) because my main activity uses 2D graphics. I know...the activity in background stops its execution and the service has no UI. But at least these are my ideas. :p
Update
I managed to establish the connection using the
Gottox's library that supports only websockets and XHR(beta).