Skip to content
/ ibiza Public

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

License

Notifications You must be signed in to change notification settings

hiranya/ibiza

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages