I have an android application developed with IBM Worklight, in which a html file is making http request every 5 seconds and fetching the data from the server. Now I wish to replace this with HTML5 web sockets. But I wish to use the Worklight capabilities.
- Is there anything like HTTP Adapter in Worklight for web socket?
- If not could anyone please give any pointer about how to achieve it in worklight?