Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 616 Bytes

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