Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therustmonk/rust-app-engine
App Engine Rust boilerplate
https://github.com/therustmonk/rust-app-engine
Last synced: 8 days ago
JSON representation
App Engine Rust boilerplate
- Host: GitHub
- URL: https://github.com/therustmonk/rust-app-engine
- Owner: therustmonk
- Created: 2016-06-02T09:02:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T09:13:51.000Z (over 8 years ago)
- Last Synced: 2025-01-02T21:12:41.928Z (12 days ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 50
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-cn - DenisKolodin/rust-app-engine
README
# Rust App Engine
This projects is a minimal boilerplate ro run Rust web application inside Google App Engine.
To deploy it use Google Cloud Shell:
```sh
$ gcloud preview app deploy
```> ***Note:*** Sources builds automatically inside docker container. But if you build it locally,
> GCS takes time to upload `target` content which never used. Remove `target` before deployment.