https://github.com/YunaBraska/nats-server-embedded
Nats server embedded for testing which contains the original Nats server
https://github.com/YunaBraska/nats-server-embedded
java
Last synced: about 2 months ago
JSON representation
Nats server embedded for testing which contains the original Nats server
- Host: GitHub
- URL: https://github.com/YunaBraska/nats-server-embedded
- Owner: YunaBraska
- License: apache-2.0
- Created: 2021-01-23T13:45:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T10:10:08.000Z (about 2 months ago)
- Last Synced: 2025-02-25T12:53:21.628Z (about 2 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 384 KB
- Stars: 89
- Watchers: 20
- Forks: 242
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Nats Server Embedded
README

# nats-server-embedded
[](https://github.com/sponsors/YunaBraska)
Nats Server for testing which contains the original [Nats server](https://github.com/nats-io/nats-server)
[![Build][build_shield]][build_link]
[![Maintainable][maintainable_shield]][maintainable_link]
[![Coverage][coverage_shield]][coverage_link]
[![Issues][issues_shield]][issues_link]
[![Commit][commit_shield]][commit_link]
[![Dependencies][dependency_shield]][dependency_link]
[![License][license_shield]][license_link]
[![Central][central_shield]][central_link]
[![Tag][tag_shield]][tag_link]
[![Javadoc][javadoc_shield]][javadoc_link]
[![Size][size_shield]][size_shield]
![Label][label_shield]
![Label][spring_boot_3][build_shield]: https://github.com/YunaBraska/nats-server-embedded/workflows/MVN_RELEASE/badge.svg
[build_link]: https://github.com/YunaBraska/nats-server-embedded/actions?query=workflow%3AMVN_RELEASE
[maintainable_shield]: https://img.shields.io/codeclimate/maintainability/YunaBraska/nats-server-embedded?style=flat-square
[maintainable_link]: https://codeclimate.com/github/YunaBraska/nats-server-embedded/maintainability
[coverage_shield]: https://img.shields.io/codeclimate/coverage/YunaBraska/nats-server-embedded?style=flat-square
[coverage_link]: https://codeclimate.com/github/YunaBraska/nats-server-embedded/test_coverage
[issues_shield]: https://img.shields.io/github/issues/YunaBraska/nats-server-embedded?style=flat-square
[issues_link]: https://github.com/YunaBraska/nats-server-embedded/commits/main
[commit_shield]: https://img.shields.io/github/last-commit/YunaBraska/nats-server-embedded?style=flat-square
[commit_link]: https://github.com/YunaBraska/nats-server-embedded/issues
[license_shield]: https://img.shields.io/github/license/YunaBraska/nats-server-embedded?style=flat-square
[license_link]: https://github.com/YunaBraska/nats-server-embedded/blob/main/LICENSE
[dependency_shield]: https://img.shields.io/librariesio/github/YunaBraska/nats-server-embedded?style=flat-square
[dependency_link]: https://libraries.io/github/YunaBraska/nats-server-embedded
[central_shield]: https://img.shields.io/maven-central/v/berlin.yuna/nats-server-embedded?style=flat-square
[central_link]:https://search.maven.org/artifact/berlin.yuna/nats-server-embedded
[tag_shield]: https://img.shields.io/github/v/tag/YunaBraska/nats-server-embedded?style=flat-square
[tag_link]: https://github.com/YunaBraska/nats-server-embedded/releases
[javadoc_shield]: https://javadoc.io/badge2/berlin.yuna/nats-server-embedded/javadoc.svg?style=flat-square
[javadoc_link]: https://javadoc.io/doc/berlin.yuna/nats-server-embedded
[size_shield]: https://img.shields.io/github/repo-size/YunaBraska/nats-server-embedded?style=flat-square
[label_shield]: https://img.shields.io/badge/Yuna-QueenInside-blueviolet?style=flat-square
[gitter_shield]: https://img.shields.io/gitter/room/YunaBraska/nats-server-embedded?style=flat-square
[gitter_link]: https://gitter.im/nats-server-embedded/Lobby
[spring_boot_3]: https://img.shields.io/badge/SpringBoot-2-blueviolet?style=flat-squareFor more, have a look to the [Documentation (GitHubPage)](https://yunabraska.github.io/nats-server/) *(You will find Examples, Configs, Spring, Junit, etc.)*