Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ServiceWeaver/weaver

Programming framework for writing and deploying cloud applications.
https://github.com/ServiceWeaver/weaver

Last synced: 3 months ago
JSON representation

Programming framework for writing and deploying cloud applications.

Awesome Lists containing this project

README

        

# Service Weaver [![Go Reference](https://pkg.go.dev/badge/github.com/ServiceWeaver/weaver.svg)](https://pkg.go.dev/github.com/ServiceWeaver/weaver)

Service Weaver is a programming framework for writing, deploying, and managing
distributed applications. You can run, test, and debug a Service Weaver
application locally on your machine, and then deploy it to the
cloud with a single command.

```bash
$ go run . # Run locally.
$ weaver gke deploy weaver.toml # Run in the cloud.
```

Visit [https://serviceweaver.dev][website] to learn more about Service Weaver.

## Installation and Getting Started

Visit [https://serviceweaver.dev/docs.html][docs] for installation
instructions and information on getting started.

## Contributing

Please read our [contribution guide](./CONTRIBUTING.md) for details on how
to contribute.

[website]: https://serviceweaver.dev
[docs]: https://serviceweaver.dev/docs.html