attribyte / pubsubhub

A server that implements the PubSubHubbub protocol.
2 stars 1 forks source link

Logo

About

A pubsub implementation that conforms to the PubSubHubbub protocol with extensions for authentication and security. PubSubHubbub, though originally designed for Atom and RSS feeds, can be applied to any type of data to push notifications over HTTP, eliminating inefficient polling for changes.

Documentation

Building

The normal build uses Apache Ant and Apache Ivy to resolve dependencies. The following ant tasks are available:

H2 Quick Start

H2 is an embedded database that can store tables in-memory or on-disk.

MySQL Quick Start

Framework Dependencies

Implementation Dependencies

License

Copyright 2010, 2016 Attribyte, LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.