h2soft / node-gcm

MIT License
68 stars 20 forks source link

Implement Multicast Messaging #2

Open hannesgassert opened 11 years ago

hannesgassert commented 11 years ago

Do you have any plans to switch to JSON as the message format, enabling e.g multicast messages?

iasandcb commented 11 years ago

I'm sorry for this late reply. To be honest with you, I've not spent much time on implementation of gcm part. Do you have any idea or plan for the feature?

hannesgassert commented 11 years ago

Well, the implementation is trivial (see http://developer.android.com/training/cloudsync/gcm.html), the question rather how to define the API of this module and how much of the functionality to put into the module (e.g code to always respect the GCM limits of 1000 recipients per message etc.).

I don't need the feature right away, but if nobody else builds it before I need I'll take care of it.