Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meteordevelopment/orbit

Extremely fast event system.
https://github.com/meteordevelopment/orbit

eventbus events java library

Last synced: 3 months ago
JSON representation

Extremely fast event system.

Awesome Lists containing this project

README

        

# Orbit
Extremely fast event system.

## Gradle
```groovy
repositories {
maven {
name = "meteor-maven"
url = "https://maven.meteordev.org/releases"
}
}

dependencies {
implementation "meteordevelopment:orbit:0.2.3"
}
```

## Examples
For examples check out `src/test/java/test/Main.java`.