Hi,
There are fantastic new options available to do realtime connection with HTML5 client, solutions like: Beacon, Pusher and others.
However, most of these are for HTML5 and I don''t think it will work in a webview.
Has anyone taken a look at realtime sockets and was planning to wrap these in a library?
It would be a great benefit for everyone because realtime is the way to go for many apps. (it is very scalable and even Twitter uses it).
Basically it means you can send all your connected Android users a message at once.
Would be nice to connect these services by maybe using the network UDP stuff. I''m not looking for a new push server but more a client that connects to these services.
Cheers,
There are fantastic new options available to do realtime connection with HTML5 client, solutions like: Beacon, Pusher and others.
However, most of these are for HTML5 and I don''t think it will work in a webview.
Has anyone taken a look at realtime sockets and was planning to wrap these in a library?
It would be a great benefit for everyone because realtime is the way to go for many apps. (it is very scalable and even Twitter uses it).
Basically it means you can send all your connected Android users a message at once.
Would be nice to connect these services by maybe using the network UDP stuff. I''m not looking for a new push server but more a client that connects to these services.
Cheers,