Push notifications are very common in the native mobile application platforms like Android & iOS. The are most effective ways to re-engage users to your apps. In this post we will look at how to implement push notifications for the web. Notifications can be of two types: Local Notification: This is generated by your app itself.Push Notification: This is generated by a server via a push event.If yo