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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -