Mozilla Push server built with Rust.
This is the fourth generation of the Mozilla Web Push server. It currently supports websocket connections and support for Megaphone broadcast.
Please consult the autopush documentation for information about how this server works, as well as any error messages you may see when sending push messages to our server.
MDN has information about how to use WebPush
Note while rust-doc
style comments are used prolifically
through the source, only public structures are rendered automatically.
For those curious about the inner workings, You may wish to read the
code files directly.