-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove python references * a bit more verbose README Issue #7
- Loading branch information
Showing
3 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
[![Build](https://travis-ci.org/mozilla-services/autopush-rs.svg?branch=master)](https://travis-ci.org/mozilla-services/autopush-rs) | ||
[![License: MPL 2.0]][MPL 2.0] [![Build Status]][travis] | ||
[![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] | ||
|
||
# Autopush-rs | ||
|
||
Mozilla Push server built with Rust. | ||
Mozilla Push server built with [Rust](https://rust-lang.org). | ||
|
||
This is the fourth generation of the Mozilla Web Push server. This is | ||
a "work in progress", that currently supports websocket connections | ||
and support for | ||
[Megaphone](https://github.com/mozilla-services/megaphone) broadcast. | ||
|
||
Please consult the [autopush | ||
documentation](http://autopush.readthedocs.io/en/latest/index.html) | ||
for information about how this server works, as well as any [error | ||
messages](http://autopush.readthedocs.io/en/latest/http.html#error-codes) | ||
you may see when sending push messages to our server. | ||
|
||
MDN has information about [how to use | ||
WebPush](https://developer.mozilla.org/en-US/docs/Web/API/Push_API) | ||
|
||
***Note*** while `rust-doc` style comments are used prolifically | ||
through the source, only pubic structures are rendered automatically. | ||
For those curious about the inner workings, You may wish to read the | ||
code files directly. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters