Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Adding project info table #2

Merged
merged 1 commit into from
Feb 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Aerogear WebPush Server [![Build Status](https://travis-ci.org/aerogear/aerogear-webpush-server.png)](https://travis-ci.org/aerogear/aerogear-webpush-server)
This project is a proof of concept implementation of the
[WebPush Protocol](http://tools.ietf.org/html/draft-thomson-webpush-http2-02) specification with the purpose of gaining
a better understanding of the specification.

IETF [charter](https://datatracker.ietf.org/wg/webpush/charter)
a better understanding of the specification. IETF [charter](https://datatracker.ietf.org/wg/webpush/charter)

| | Project Info |
| --------------- | ------------- |
| License: | Apache License, Version 2.0 |
| Build: | Maven |
| Documentation: | https://aerogear.org/push/ |
| Issue tracker: | https://issues.jboss.org/browse/AGPUSH |
| Mailing lists: | [aerogear-users](http://aerogear-users.1116366.n5.nabble.com/) ([subscribe](https://lists.jboss.org/mailman/listinfo/aerogear-users)) |
| | [aerogear-dev](http://aerogear-dev.1069024.n5.nabble.com/) ([subscribe](https://lists.jboss.org/mailman/listinfo/aerogear-dev)) |

## Message batching/aggregation
Allows an application to request that a web push server deliver the same message to a potentially large set of devices,
Expand Down