Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/meteordevelopment/orbit
- Owner: MeteorDevelopment
- License: mit
- Created: 2021-01-26T15:00:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T13:15:02.000Z (about 1 year ago)
- Last Synced: 2023-12-08T14:56:32.458Z (about 1 year ago)
- Topics: eventbus, events, java, library
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 42
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.