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: 3 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T12:18:31.000Z (over 7 years ago)
- Last Synced: 2024-10-25T05:23:23.612Z (3 months ago)
- Language: Go
- Homepage:
- Size: 900 KB
- Stars: 2,083
- Watchers: 231
- Forks: 560
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - gopush-cluster - gopush-cluster is a go push server cluster. (Messaging / Search and Analytic Databases)
- zero-alloc-awesome-go - gopush-cluster - gopush-cluster is a go push server cluster. (Messaging / Search and Analytic Databases)
- awesome-go - gopush-cluster - gopush-cluster is a go push server cluster. Stars:`2.1K`. (Messaging / Search and Analytic Databases)
- awesome-go - gopush-cluster - Golang push server cluster - ★ 1745 (Messaging)
- awesome-go-extra - gopush-cluster - 12-27T08:56:10Z|2017-06-07T12:18:31Z| (Messaging / Advanced Console UIs)
- awesome-go-zh - gopush-cluster
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)