Sunday, 2 June 2019

Push notifications with Node.js

I have been searching to send push notifications on certain events on server side. Like when someone places an order I want to send a notification to the dealer.​What I have come up with are:​* SSE (Server side events).* Socket connections.​Are there any other ways to do this, anything I can search with?​Thanks.

Submitted June 02, 2019 at 06:38PM by MuhammadHasham

No comments:

Post a Comment