github.com/nats-io/nats-server/v2@v2.11.0-preview.2/README.md (about) 1 <p align="center"> 2 <img src="logos/nats-horizontal-color.png" width="300" alt="NATS Logo"> 3 </p> 4 5 [NATS](https://nats.io) is a simple, secure and performant communications system for digital systems, services and devices. NATS is part of the Cloud Native Computing Foundation ([CNCF](https://cncf.io)). NATS has over [40 client language implementations](https://nats.io/download/), and its server can run on-premise, in the cloud, at the edge, and even on a Raspberry Pi. NATS can secure and simplify design and operation of modern distributed systems. 6 7 [![License][License-Image]][License-Url] [![Build][Build-Status-Image]][Build-Status-Url] [![Release][Release-Image]][Release-Url] [![Slack][Slack-Image]][Slack-Url] [![Coverage][Coverage-Image]][Coverage-Url] [![Docker Downloads][Docker-Image]][Docker-Url] [![CII Best Practices][CIIBestPractices-Image]][CIIBestPractices-Url] [![Artifact Hub][ArtifactHub-Image]][ArtifactHub-Url] 8 9 ## Documentation 10 11 - [Official Website](https://nats.io) 12 - [Official Documentation](https://docs.nats.io) 13 - [FAQ](https://docs.nats.io/reference/faq) 14 - Watch [a video overview](https://rethink.synadia.com/episodes/1/) of NATS. 15 - Watch [this video from SCALE 13x](https://www.youtube.com/watch?v=sm63oAVPqAM) to learn more about its origin story and design philosophy. 16 17 ## Contact 18 19 - [Twitter](https://twitter.com/nats_io): Follow us on Twitter! 20 - [Google Groups](https://groups.google.com/forum/#!forum/natsio): Where you can ask questions 21 - [Slack](https://natsio.slack.com): Click [here](https://slack.nats.io) to join. You can ask question to our maintainers and to the rich and active community. 22 23 ## Contributing 24 25 If you are interested in contributing to NATS, read about our... 26 27 - [Contributing guide](./CONTRIBUTING.md) 28 - [Report issues or propose Pull Requests](https://github.com/nats-io) 29 30 [License-Url]: https://www.apache.org/licenses/LICENSE-2.0 31 [License-Image]: https://img.shields.io/badge/License-Apache2-blue.svg 32 [Docker-Image]: https://img.shields.io/docker/pulls/_/nats.svg 33 [Docker-Url]: https://hub.docker.com/_/nats 34 [Slack-Image]: https://img.shields.io/badge/chat-on%20slack-green 35 [Slack-Url]: https://slack.nats.io 36 [Fossa-Url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server?ref=badge_shield 37 [Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server.svg?type=shield 38 [Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server 39 [Build-Status-Image]: https://travis-ci.com/nats-io/nats-server.svg?branch=main 40 [Release-Url]: https://github.com/nats-io/nats-server/releases/latest 41 [Release-image]: https://img.shields.io/github/v/release/nats-io/nats-server 42 [Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=main 43 [Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=main 44 [ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server 45 [ReportCard-Image]: https://goreportcard.com/badge/github.com/nats-io/nats-server 46 [CIIBestPractices-Url]: https://bestpractices.coreinfrastructure.org/projects/1895 47 [CIIBestPractices-Image]: https://bestpractices.coreinfrastructure.org/projects/1895/badge 48 [ArtifactHub-Url]: https://artifacthub.io/packages/helm/nats/nats 49 [ArtifactHub-Image]: https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/nats 50 [github-release]: https://github.com/nats-io/nats-server/releases/ 51 52 ## Roadmap 53 54 The NATS product roadmap can be found [here](https://nats.io/about/#roadmap). 55 56 ## Adopters 57 58 Who uses NATS? See our [list of users](https://nats.io/#who-uses-nats) on [https://nats.io](https://nats.io). 59 60 ## Security 61 62 ### Security Audit 63 64 A third party security audit was performed by Cure53, you can see the full report [here](https://github.com/nats-io/nats-general/blob/main/reports/Cure53_NATS_Audit.pdf). 65 66 ### Reporting Security Vulnerabilities 67 68 If you've found a vulnerability or a potential vulnerability in the NATS server, please let us know at 69 [nats-security](mailto:security@nats.io). 70 71 ## License 72 73 Unless otherwise noted, the NATS source files are distributed 74 under the Apache Version 2.0 license found in the LICENSE file.