Files
archived-starters/examples/deno/README.md
Faraz Patankar 5c66af4831 Add frontmatter to all starters (#98)
* add frontmatter to BlitzJS starter

* add frontmatter to all starters

* add plugins and envVars

* fix envVars formatting

* fix key for defaultValue in envVars

* remove unused frontmatter
2021-05-13 02:56:21 -04:00

586 B

title, description, tags
title description tags
Deno A small Deno webserver
deno
typescript

Deno Example

This example is a small Deno webserver.

Deploy on Railway

Features

  • Deno
  • TypeScript

💁‍♀️ How to use

  • Install Deno
  • Run server deno --allow-net --allow-env src/index.ts

📝 Notes

This is an experimental example and should not be used in production.