Skip to content

Releases: smancke/guble

new: APNS and SMS; improved: Firebase connector

20 Dec 14:37
Compare
Choose a tag to compare
v0.4

Merge remote-tracking branch 'origin/master'

v0.3: Merge pull request #208 from smancke/feature/update-roadmap

14 Nov 13:08
Compare
Choose a tag to compare

Release 0.2

02 Nov 14:12
Compare
Choose a tag to compare
Merge pull request #183 from smancke/feature/apns-using-context

APNS appTopic + url-pattern + custom message field; doc, vet, readme, roadmap

gulbe v0.1

05 Jan 19:31
Compare
Choose a tag to compare

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