Releases: smancke/guble
Releases · smancke/guble
new: APNS and SMS; improved: Firebase connector
v0.4 Merge remote-tracking branch 'origin/master'
v0.3: Merge pull request #208 from smancke/feature/update-roadmap
updated README for 0.3 release
Release 0.2
Merge pull request #183 from smancke/feature/apns-using-context APNS appTopic + url-pattern + custom message field; doc, vet, readme, roadmap
gulbe v0.1
guble messaging server
guble is a simple user facing messaging and data replication server, written in golang.
Overview
Guble is in an early state. It is already working well and very useful, but the protocol, API's and storage formats may
change without further announcement (until reaching v0.5. If you intend to use guble already, please get in contact.
Working Features
- Publishing and subscription of messages to topics and subtopics
- Persistent message store with transparent live and offline fetching
- Websocket api and REST api for message publishing
- Commandline client and go client library
- Google cloud messaging adapter: Delivery of messages as gcm push notifications
- Docker image for client and server