2016-04-09 12:15:39 +08:00
2016-04-07 16:09:43 +08:00
2016-03-27 22:37:54 +08:00
2016-03-28 15:57:20 +08:00
2016-03-24 16:10:46 +08:00
2016-04-07 14:42:38 +08:00
2016-04-01 22:15:10 +08:00
2016-04-05 15:04:50 +08:00
2016-03-22 15:15:20 +08:00
2016-03-27 22:37:54 +08:00
2016-04-07 16:09:43 +08:00

Gopush

A push notification server using Gin framework written in Go (Golang).

Build Status Coverage Status Go Report Card codebeat badge

Feature

See the YAML config eample:

core:
  port: "8088"
  notification_max: 100
  mode: "release"
  ssl: false
  cert_path: "cert.pem"
  key_path: "key.pem"

api:
  push_uri: "/api/push"
  stat_go_uri: "/api/status"

android:
  enabled: false
  apikey: ""

ios:
  enabled: false
  pem_cert_path: "cert.pem"
  pem_key_path: "key.pem"
  production: false

log:
  format: "string" # string or json
  access_log: "stdout"
  access_level: "debug"
  error_log: "stderr"
  error_level: "error"

License

Copyright 2016 Bo-Yi Wu @appleboy.

Licensed under the MIT License.

Description
No description provided
Readme 5.8 MiB
v1.50.0 Latest
2023-03-29 11:48:06 +00:00
Languages
Go 76.6%
JavaScript 19.5%
Makefile 1.9%
Shell 0.7%
Smarty 0.7%
Other 0.6%