Questions tagged [push-api]

The Web Push API lets users of your Web app receive push notifications at any time—even in the background; that is, even when your Web app is not currently running in the foreground on the user’s device (or even when the browser on the user’s device is not currently running). It use Service Workers to handle messages sent using common push services, and to allow your Web app to react to the push notifications it receives.

For more information about the Web Push API, see the actual Push API spec and the articles Using the Push API and Push Notifications on the Open Web. The MDN article Using Service Workers is also relevant.

The IETF standards that describe the Web Push protocol and its message encryption scheme are really useful to understand how to build an application server that sends push notifications to clients and how to encrypt push message payloads.

117 questions
2
votes
1 answer

Unlock and wakeup from progressive/installable web app for building calling app

I am at the moment researching about the new features of progressive web apps and they are pretty amazing and allow building web apps which are feeling very native. In particular, I'm considering at the moment to build a purely web based,…
2
votes
0 answers

How to get poloniex push API data with Wampy

I want to get correct data when connect to Poloniex push API use Wamp protocal Wampy.js implementation http://wamp-proto.org/implementations/ but I only got the last two data types right, the first one keep gives me…
Yadi
  • 21
  • 1
  • 8
2
votes
1 answer

PushPad: Subscribe is removed after site refresh

I've integrated PushPad and managed to get it working for static Push's. Now I wanted to combine it with some PHP and Javascript-Functions to make it dynamic. Here is my code: