https://github.com/render-examples/deno
Example web server using Deno
https://github.com/render-examples/deno
Last synced: 4 months ago
JSON representation
Example web server using Deno
- Host: GitHub
- URL: https://github.com/render-examples/deno
- Owner: render-examples
- Created: 2021-12-06T03:25:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T20:56:14.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T14:01:18.729Z (almost 3 years ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Deno to Render
1. [Create a new repository](https://github.com/render-examples/deno/generate) from this template repository.
2. [Create a new web service](https://dashboard.render.com/select-repo?type=web) on Render from that repository.
3. Render should automatically select **Docker** as the **Environment**. You may select a different **Region**, **Branch**, or **Plan** if you wish. The **Free** plan works fine for this simple Deno server.
4. Click **Create Web Service**
That's it! Your Deno web service will be live on your Render URL as soon as the build and deploy finish.
Here's an [example deploy](https://deno-m8ib.onrender.com/) of the service.