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

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.

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")
```