Skip to content

Commit

Permalink
Merge pull request #483 from nats-io/add-roadmap
Browse files Browse the repository at this point in the history
Add roadmap
  • Loading branch information
gcolliso authored Jul 11, 2019
2 parents b39f3d8 + 5c64a04 commit 2a43fb3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions content/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>About NATS</h1>
</div>
</div>

<p class="lead">NATS is a family of open source products that are tightly integrated but can be deployed independently. NATS is being deployed globally by thousands of companies, spanning innovative use-cases including: Mobile apps, Microservices and Cloud Native, and IoT.</p> <p class="lead">NATS is also available as a global communications system called NGS. Get Started today for free at <a target="_blank" href="https://synadia.com/ngs/signup">NGS Signup</a>.</p>
<p class="lead">NATS is a family of open source products that are tightly integrated but can be deployed independently. NATS is being deployed globally by thousands of companies, spanning innovative use-cases including: Mobile apps, Microservices and Cloud Native, and IoT.</p> <p class="lead">NATS is also available as a global communications system called NGS. Get started today for free at <a target="_blank" href="https://synadia.com/ngs/signup">NGS Signup</a>.</p>
<p>The core NATS Server acts as a central nervous system for building distributed applications. There are dozens of clients ranging from Java, .NET, to GO. NATS Streaming extends the platform to provide for real-time streaming &amp; big data use-cases.</p>
<p>NATS was created by Derek Collison, Founder and CEO at Synadia in response to the market need for a simple and high performance messaging solution. NATS is currently deployed in some of the largest cloud platforms, including: VMware, CloudFoundry, Baidu, Siemens, and GE. NATS is available under the Apache-2.0 Open Source License.</p>

Expand All @@ -27,18 +27,27 @@ <h4 class="text-center">Brokered Throughput</h4>
<sub>(Chart source: <a href="http://www.bravenewgeek.com/dissecting-message-queues/" target="_blank">bravenewgeek.com/dissecting-message-queues</a>)</sub>
</div>
</div>

<hr>
</br>

<div class="row">
<div class="col-md-6">
<p>Written in Go, NATS is available as a client for approximately a dozen languages, many of which are supported by the Synadia team. Here’s the full list of <a href="/download">NATS clients</a>.</p>
</div>
<div class="col-md-6">
<p>NATS is unique in its simplicity and performance, and as a result powers some of the largest production environments.. You can learn more about the design characteristics in the <a href="/documentation/faq/">NATS FAQ</a>.</p>
<p>NATS is unique in its simplicity and performance, and as a result powers some of the largest production environments.. You can learn more about the design characteristics in the <a href="https://nats-io.github.io/docs/faq" target="_blank">NATS FAQ</a>.</p>
</div>
</div>

<hr>
<h3>Roadmap</h3>
<p>Our roadmap represents coming features lined up for the future of NATS. We are excited to bring these advances to the NATS community and look forward to your valuable input. Please contact us at <a href="mailto:[email protected]?subject=NATS Roadmap">[email protected]</a> or join our <a href="https://join.slack.com/t/natsio/shared_invite/enQtMzE2NDkxNDI2NTE1LTc5ZDEzYTkwYWZkYWQ5YjY1MzBjMWZmYzA5OGQxMzlkMGQzMjYxNGM3MWYxMjNiYmNjNzIwMTVjMWE2ZDgxZGM" target="_blank">Slack channel</a> with any questions, comments, or requests.</p>

<div class="row">
<div class="col-md-10 col-md-offset-1">
<img class="img-responsive center-block" alt="NATS Roadmap Image" src="/img/roadmap.png" height="700" width="900" border="0">
</div>
</div>




Expand Down
Binary file added src/img/roadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a43fb3

Please sign in to comment.