I\'m building a command-line application in node.js and would like to receive GCM push notifications (the command-line app will be interacting with the same set of services
GCM sends the notifications against the device tokens which are generated from iOS/Android devices when they are registered with push notification servers. If you are thinking of receiving the notifications without devices tokens it is fundamentally incorrect.