https://github.com/santima10/deno-example
🚀 A deno example running in Google Cloud Run
https://github.com/santima10/deno-example
cloud-run deno google-cloud-run
Last synced: 7 months ago
JSON representation
🚀 A deno example running in Google Cloud Run
- Host: GitHub
- URL: https://github.com/santima10/deno-example
- Owner: SantiMA10
- Created: 2020-05-05T19:47:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T09:33:23.000Z (about 6 years ago)
- Last Synced: 2024-12-28T11:15:44.343Z (over 1 year ago)
- Topics: cloud-run, deno, google-cloud-run
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno
> An example using deno
## How to setup
### Install deno
```bash
curl -fsSL https://deno.land/x/install/install.sh | sh
```
### Run it with deno
```bash
deno run --allow-net --allow-env server.ts
```