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

https://github.com/codeitlikemiley/rust-grpc-server


https://github.com/codeitlikemiley/rust-grpc-server

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Production Ready GRPC Server with RUST

[![Gitpod ready-to-code](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/codeitlikemiley/rust-grpc-server)

## Documentations

1. [Dev workflow](./docs/dev-workflow.md)
2. [Building Docker Image for Production](./docs/docker_production.md)
3. [Enable Tonic Reflection with Evans CLI](./docs/evans-cli.md)
4. [Simple Usage with Postman](./docs/postman.md)
5. [VS Code Snippets](./docs/vscode-snippets.md)
6. [Terraform](./docs/terraform.md)