Push

Send push notifications to a user's desktop browser with ease. Click the following button to see what push can do for you.

Push.create("Message from Hossein", {  body: "Come and join us for weekend party.",  icon: '../assets/img/icon/push-icon.png',  timeout: 4000,  onClick: function () {    window.focus();    this.close();  }});