Skip to content

Commit

Permalink
docs: add supported language and cloud links. (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm authored Aug 23, 2023
2 parents 75c7669 + 3fcf021 commit eb97e74
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
</a>
</p>


<h3 align="center">A cloud framework with infrastructure in code</h3>
<h3 align="center">The cloud aware application framework</h3>

<p align="center">
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/nitrictech/nitric?style=for-the-badge">
Expand All @@ -17,8 +16,6 @@

## About Nitric



[Nitric](https://nitric.io) is a framework for rapid development of cloud-native and serverless applications. Define your apps in terms of the resources they need, then write the code for serverless function based APIs, event subscribers and scheduled jobs.

Apps built with Nitric can be deployed to AWS, Azure or Google Cloud all from the same code base so you can focus on your products, not your cloud provider.
Expand All @@ -31,16 +28,33 @@ Nitric makes it easy to architect cloud applications directly in application cod

If you would like to know more about our future plans or what we are currently working on, you can look at the [Nitric Roadmap](https://github.com/orgs/nitrictech/projects/4).

## Supported Languages

<p>
<a href="https://github.com/nitrictech/node-sdk"><img src="https://skillicons.dev/icons?i=js"/></a>
<a href="https://github.com/nitrictech/node-sdk"><img src="https://skillicons.dev/icons?i=ts"/></a>
<a href="https://github.com/nitrictech/python-sdk"><img src="https://skillicons.dev/icons?i=py"/></a>
<a href="https://github.com/nitrictech/go-sdk"><img src="https://skillicons.dev/icons?i=go"/></a>
<a href="https://github.com/nitrictech/dotnet-sdk"><img src="https://skillicons.dev/icons?i=cs"/></a>
<a href="https://github.com/nitrictech/jvm-sdk"><img src="https://skillicons.dev/icons?i=java"/></a>
</p>

## Supported Clouds

<p>
<a href="./cloud/aws"><img src="https://skillicons.dev/icons?i=aws"/></a>
<a href="./cloud/gcp"><img src="https://skillicons.dev/icons?i=gcp"/></a>
<a href="./cloud/azure"><img src="https://skillicons.dev/icons?i=azure"/></a>
</p>

> These are supported out of the box, but you can also build [custom providers](https://nitric.io/docs/reference/providers/custom/building-custom-provider) as well
## Documentation

The full documentation is available at [nitric.io/docs](https://nitric.io/docs).

The Nitric Framework is open source and encourages [code contributions](https://nitric.io/docs/contributions).

## Status

Nitric is currently in Public Preview. Anyone can use or deploy applications, but work remains and changes are likely. We’d love your feedback as we build additional functionality!

## Get in touch

- Ask questions in [GitHub discussions](https://github.com/nitrictech/nitric/discussions)
Expand Down

0 comments on commit eb97e74

Please sign in to comment.