FreakDev / PhoneGap-Android-HTML5-WebSocket

a little java implementation of missing WebSocket form Android webview
80 stars 31 forks source link

Android HTML5 WebSocket

A Java library that make the WebSocket object available for project that uses a WebView (like PhoneGap project's)

The iOS version of the plugin was already existant (http://github.com/remy/PhoneGap-Plugin-WebSocket) and works well for me, but the Adnroid version was missing. here it is.

Usage