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.
- Host: GitHub
- URL: https://github.com/jollen/android-browser-websocket
- Owner: jollen
- Created: 2012-10-19T02:30:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-19T02:35:19.000Z (over 13 years ago)
- Last Synced: 2025-03-24T17:11:06.103Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 23
- Watchers: 9
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.