I am going to launch a project for a client with a lot of data, which should be in real time.
There are two mobile applications that I will create using trigger.io, as well as a web interface, and all of them must remain in sync.
I plan to use the socket.io WebSocket implementation with my Node.js file for web and mobile applications. This is great for iOS and modern web browsers.
However, Android web browsing does not support websites at all. And it will simply destroy the data plan of users of mobile applications if socket.io used its long-term rollback on Android.
I was wondering: is there any possibility of implementing Java WebSockets for trigger.io Android and then exposing this to a WebView? There is a simple implementation for a telephone conversation
I believe that I could write a trigger.io plugin for it, but I want to be sure before moving on to this project if it is possible / not too difficult to write a plugin.
I used trigger.io for a long time, but not so, because all the quirks came out as native plugins.
Andrew Joslin
source share