ka66ann / deno

Example web server using Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Deno to Render

  1. Create a new repository from this template repository.
  2. Create a new web service 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 of the service.

About

Example web server using Deno


Languages

Language:Dockerfile 59.7%Language:TypeScript 40.3%