Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.03 KB

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