An open API service indexing awesome lists of open source software.

https://github.com/jollen/android-browser-websocket

Enable WebView to support WebSocket client connection.
https://github.com/jollen/android-browser-websocket

Last synced: about 1 year ago
JSON representation

Enable WebView to support WebSocket client connection.

Awesome Lists containing this project

README

          

Jollen's HTML5 Course Series
----------------------------

Since Android WebView doesn't support WebSocket client, HTML5 Apps using Web
View aren't able to connect to WebSocket server.

android-browser-websocket is a simple to implement WebSocket for WebView. It
uses Autobahn WebSocket library, please refer to http://autobahn.ws first.

***

Please see www.moko365.com for more course information.