-
Notifications
You must be signed in to change notification settings - Fork 3
Home
hariharshankar edited this page Apr 18, 2014
·
16 revisions

A ResourceSync PubSubHubbub Implementation.
ResourceSync Push is a Hub, Publisher, Source implementation of ResourceSync written in Python and uses the uWSGI server.
The ResourceSync specification describes a synchronization framework for the web consisting of various capabilities that allow third party systems to remain synchronized with a server's evolving resources. This library is an implementation of the ResourceSync Change Notification and uses the PubSubHubbub protocol.
- Getting Started
- The Publisher
- Receiving change notifications
- Verifying notifications
- Publishing
- The Hub
- Subscription & Verification
- Publishing
- The Subscriber
- Subscribing to a topic
- Receiving notifications
TBD....