node.js - Need a push framework for android -


we need achieve push functionality in our chat application chat android. not want pursue method of polling http-endpoint based on db because mean polling, , going drain battery fast.

so, looking realtime push framework or pubsub mechanism channel subscription (each user aunique channelname lifetime). have gone through following:

  • faye.js (based on nodejs , redis, doesnt have android library clients)
  • pusher (but has limit of "active connection". not let many users online since each user login create connection pusher.com billed)
  • pubnub (same problem pusher.com)

any messaging framework android client library in our case.

try out google cloud messaging android.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -