autopush-rs icon indicating copy to clipboard operation
autopush-rs copied to clipboard

Push Server in Rust

Build License: MPL 2.0 Connect to Matrix via the Riot webapp

Autopush-rs

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.