Skip to content
/ bpush Public

The management system of web push notification. bpush also supports a Non-SSL site.

License

Notifications You must be signed in to change notification settings

dotneet/bpush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3807bcb · Mar 22, 2017

History

58 Commits
Mar 16, 2017
Mar 18, 2017
Feb 9, 2017
Feb 9, 2017
Feb 14, 2017
Feb 13, 2017
Feb 10, 2017
Feb 11, 2017
Mar 22, 2017
Mar 18, 2017
Feb 9, 2017
Mar 22, 2017
Feb 10, 2017
Mar 18, 2017
Mar 18, 2017
Feb 9, 2017
Mar 18, 2017
Mar 16, 2017
Feb 9, 2017
Mar 16, 2017
Mar 16, 2017
Mar 16, 2017
Mar 18, 2017
Feb 9, 2017
Mar 15, 2017

Repository files navigation

What is bpush

bpush is a management system of web push notification.

Screenshot

Screenshot: bpush Statistics Screenshot: Register new notification

Support Browsers

  • Chrome
  • Firefox

bpush supports VAPID that is standard for the web push notification.

Features

  • Send a push notification.
  • Scheduled delivery.
  • Support an Non-SSL WebSite (Service-Worker is hosted by bpush host).
  • Send an notification via Web-API.
  • Manage multiple websites.
  • RSS coordination (deliver rss items as a push notification automatically).
  • Support Japanese language.

Installation

See INSTALL.md

fastapi

fastapi is an accelerator of receive count api written with golang. After you send a push notification, many clients access to your server in a short time. fastapi can process many requests faster than api written with PHP.

See more details here: fastapi/README.md

Author

devneko dotneet@gmail.com

License

MIT