Confirmed users
964
edits
(→TEAM / RACI: update) |
(→High Level Design: fix) |
||
| Line 17: | Line 17: | ||
==== Push WebAPI ==== | ==== Push WebAPI ==== | ||
Web DOM API that enables a website to subscribe a client, upon granting permission, to send events to the client. | Web DOM API that enables a website to subscribe a client, upon granting permission, to send events to the client. | ||
https://developer.mozilla.org/en-US/docs/Web/API/Push_API | https://developer.mozilla.org/en-US/docs/Web/API/Push_API | ||
==== Push Server ==== | ==== Push Server ==== | ||
Mozilla hosted server that brokers the registration and sending of push events from web app servers to clients. | Mozilla hosted server that brokers the registration and sending of push events from web app servers to clients. | ||
https://wiki.mozilla.org/Services/SimplePushServer | https://wiki.mozilla.org/Services/SimplePushServer | ||