# README
push-go
A Go implementation of the Web Push API for sending push notifications to web browsers.
Features
- Implements the Web Push Protocol
- Supports VAPID authentication
- Handles encryption and payload encoding
- Easy-to-use API for sending notifications
Installation
To install the package, use go get github.com/magaldima/push-go
: