/ibiza

Go (golang) based PubSubHubbub server, and subscriber client library for Go

Primary LanguageGoApache License 2.0Apache-2.0

Ibiza

A PubSubHubbub hub implementation for simple, web-scale and decentralized pubsub messaging. This hub server confirms to the Pubsubhubbub 0.4 specification and additionally implements permanent subscriptions from the Pubsubhubbub 0.3 specification

Ibiza has been built using Go (golang).

Start redis

  • docker-compose up

Gain shell to redis

  • docker exec -it <container_id> bash

Unit tests

  • go test -tags=unit

Clean test data in Redis

  • go test -tags=clean