# kotlin-nats-examples **Repository Path**: nats-io/kotlin-nats-examples ## Basic Information - **Project Name**: kotlin-nats-examples - **Description**: Repo for Kotlin Nats examples. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-25 - **Last Updated**: 2025-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![NATS](images/large-logo.png) # NATS - Kotlin Examples [![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [Kotlin](https://kotlinlang.org/) examples for the [NATS messaging system](https://nats.io) using the [NATS Java client](https://github.com/nats-io/nats.java). ### 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.