Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 394 Bytes

lavender (lawenda)

An experimental packet messaging library, aiming for simplicity and performance.

Get started

Add repository
maven("https://repo.shiza.dev/releases")
Add dependency
Brokers
implementation("dev.shiza:lavender-broker-nats:1.0.0")
Codecs
implementation("dev.shiza:lavender-codec-jackson:1.0.0")