https://github.com/rchomczyk/lavender
An experimental packet messaging library, aiming for simplicity and performance.
https://github.com/rchomczyk/lavender
Last synced: about 1 month ago
JSON representation
An experimental packet messaging library, aiming for simplicity and performance.
- Host: GitHub
- URL: https://github.com/rchomczyk/lavender
- Owner: rchomczyk
- License: mit
- Created: 2024-10-23T14:45:51.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-30T21:41:14.000Z (5 months ago)
- Last Synced: 2025-04-04T08:49:18.302Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## lavender (*lawenda*)
An experimental packet messaging library, aiming for simplicity and performance.
### Get started
##### Add repository
```kotlin
maven("https://repo.shiza.dev/releases")
```##### Add dependency
###### Brokers
```kotlin
implementation("dev.shiza:lavender-broker-nats:1.0.0")
```###### Codecs
```kotlin
implementation("dev.shiza:lavender-codec-jackson:1.0.0")
```