https://github.com/codeitlikemiley/rust-grpc-server
https://github.com/codeitlikemiley/rust-grpc-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeitlikemiley/rust-grpc-server
- Owner: codeitlikemiley
- Created: 2023-06-13T16:57:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T03:08:00.000Z (over 2 years ago)
- Last Synced: 2024-04-25T02:39:32.032Z (almost 2 years ago)
- Language: Rust
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Production Ready GRPC Server with RUST
[](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)