Skip to content

A reactive implementation of the Spectacles broker to be used in Catnip

License

Notifications You must be signed in to change notification settings

dondish/Specatles

Repository files navigation

Specatles Build Status

A fully async reactive broker that supports the Spectacles Spec.

Made using Vertx and tested on Catnip.

Installation - Gradle

Add JitPack to your repositories:

repositories {
    // ...
    maven { url 'https://jitpack.io' }
}

Add Specatles to your dependencies

dependencies {
    implementation 'com.github.dondish:Specatles:Insert Version Here'
}

Installation - Maven

Add the JitPack repository

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add to dependencies

<dependency>
    <groupId>com.github.dondish</groupId>
    <artifactId>Specatles</artifactId>
    <version>INSERT VERSION HERE</version>
</dependency>

About

A reactive implementation of the Spectacles broker to be used in Catnip

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages