update readme for facebook grace package.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-01-01 15:49:46 +08:00
parent 5d0bbdf4ad
commit 3fc2a21c0c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f
* Support [YAML](https://github.com/go-yaml/yaml) configuration.
* Support command line to send single Android or iOS notification.
* Support Web API to send push notification.
* Support zero downtime restarts for go servers using [endless](https://github.com/fvbock/endless).
* Support graceful restart & zero downtime deploy using [facebook grace](https://github.com/facebookgo/grace).
* Support [HTTP/2](https://http2.github.io/) or HTTP/1.1 protocol.
* Support notification queue and multiple workers.
* Support `/api/stat/app` show notification success and failure counts.