How can I send a push notification from nodejs backend?

I want to send a push notification to registered users whenever a user access a certain api. I have tried the OneSignal and WebPushr method, but I do not want to use any third party resources.

Any suggestions ?