MatthieuLemoine / push-receiver

A library to subscribe to GCM/FCM and receive notifications within a node process.
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
199 stars 75 forks source link

Running on serverless platform #30

Closed derit closed 4 years ago

derit commented 4 years ago

can i deploying to serverless platform like cloud functions or aws lamda?

MatthieuLemoine commented 4 years ago

I don't think so as the server has to stay live to be able to receive push notifications.