Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 553 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 553 Bytes

NATS

NATS - Kotlin Examples

License Apache 2

Kotlin examples for the NATS messaging system using the NATS Java client.

Hello World

Some examples that create streams, publish and subscribe.

Android Example

Simple example of the use of the nats.java library in kotlin, just connect, pub and subscribe to "test" subject.