Skip to content

Test Web App for Web Push and W3C Push API

Notifications You must be signed in to change notification settings

makotoomori/WebPushTest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebPushTest

This repository consists of an application server implementation for Web Push, running on Jetty 9.x.

TO DO

Before buidling this with Maven, the following parameters must be set to your own:

  • src/main/resources/gcmServerKey - your GCM API key (please refer to the example file src/main/resources/gcmServerKey.sample)
  • gcm_sender_id in src/main/webapp/manifest.json - your Google API Project number

Demo Site

Please try https://labs.othersight.jp/webpushtest/

About

Test Web App for Web Push and W3C Push API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.7%
  • JavaScript 15.3%
  • HTML 3.6%
  • CSS 1.4%