web-push 0.11.0

Web push notification client with support for http-ece encryption and VAPID authentication.
Documentation
1
2
3
4
5
6
7
8
9
10
{ pkgs ? import <nixpkgs> {} }:

with pkgs;

mkShell {
  buildInputs = with pkgs; [
    openssl
    pkg-config
  ];
}