Giter VIP home page Giter VIP logo

Comments (2)

 avatar commented on July 20, 2024

I got to admit. I was a little annoyed that the push must go through Google service. It binds my application development to Google.

I wonder how apple, M's and Mozilla are going to provide this.

Then you have to allow for what happens on desktop.

In the end I will have to sniff what device the user is on, and then choose which service / company I need to make the push through ??

from simple-push-demo.

gauntface avatar gauntface commented on July 20, 2024

There are two things to discuss here.

1.) The idea with the push protocol is that you as the web app developer shouldn't have to care who the push provider is. I just updated this demo to work with Firefox Nightly (although showNotification is working for me - but check the console and you'll see a push message received event). With that update you'll notice I never have to examine the endpoint at all. (This if statement is skipped and a request is made straight to the end point: https://github.com/gauntface/simple-push-demo-backend/blob/master/main.py#L37).

2.) The reason this isn't true for Chrome today is that GCM needs to implement the 'Web Push Protocol' to make it so that you don't have to do any extra checking of what the endpoint is: http://datatracker.ietf.org/doc/draft-thomson-webpush-protocol/

@FugDev Regarding printing data on the web page - when you receive a push you HAVE to show a notification if the browser is closed / the user isn't viewing one of your pages. If they are viewing one of your pages you don't have to show a notification and send a message to web page to update the UI anyway you want.

To check if the user has one of your pages open check: https://github.com/GoogleChrome/samples/blob/gh-pages/push-messaging-and-notifications/service-worker.js#L28

To send a message to the page, this demo should help you out: https://github.com/GoogleChrome/samples/tree/gh-pages/service-worker/post-message

from simple-push-demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.