Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Terry-Mao/Gopush-cluster
Golang push server cluster
https://github.com/Terry-Mao/Gopush-cluster
Last synced: 20 days ago
JSON representation
Golang push server cluster
- Host: GitHub
- URL: https://github.com/Terry-Mao/Gopush-cluster
- Owner: Terry-Mao
- License: gpl-3.0
- Created: 2013-12-27T08:56:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T12:18:31.000Z (over 7 years ago)
- Last Synced: 2024-07-31T01:27:03.719Z (4 months ago)
- Language: Go
- Homepage:
- Size: 900 KB
- Stars: 2,083
- Watchers: 231
- Forks: 561
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
gopush-cluster
==============
gopush-cluster is a go push server cluster.## Features
* light weight
* high performance
* pure golang implementation
* message expired
* offline message store
* public message or private message push
* multiple subscribers (can restrict max subscribers)
* heartbeat(service heartbeat or tcp keepalive)
* auth (if a subscriber not auth then can't connect to comet node)
* multiple protocol (websocket, tcp, todo http longpolling)
* stat
* cluster support (easy add or remove comet & web & message node)
* failover support (zookeeper)## Architecture
![gopush-cluster](http://raw.github.com/Terry-Mao/gopush-cluster/master/wiki/architecture/architecture.jpg "gopush-cluster architecture")## Document
[English](https://github.com/Terry-Mao/gopush-cluster/blob/master/README_en.md)[中文](https://github.com/Terry-Mao/gopush-cluster/blob/master/README_zh.md)
## LICENSE
gopush-cluster is is distributed under the terms of the GNU General Public License, version 3.0 [GPLv3](http://www.gnu.org/licenses/gpl.txt)