parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
87 stars 99 forks source link

How to develop new Push sender - MQTT #29

Closed Sharathmk99 closed 7 years ago

Sharathmk99 commented 8 years ago

Hi,

I need to use push notification without GCM/APN, so decided to develop using MQTT. Please help me how to proceed

Thanks Sharath

natanrolnik commented 8 years ago

@Sharathmk99 this repo is the Parse Server push notifications adapter for GCM and APNS - so every time that your call Parse.Push.send(...) in Cloud Code, it uses this adapter. If you don't want push notifications and you need to implement MQTT in your Node app, I guess that https://www.npmjs.com/package/mqtt is what you are looking for...