๐Ÿ“ฆ gschier / deno

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/gschier/deno.git
HTTPS git clone https://github.com/gschier/deno.git
SSH git clone git@github.com:gschier/deno.git
CLI gh repo clone gschier/deno
Percy Percy Initial Commit 72788b6 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ src
๐Ÿ“„ Dockerfile
๐Ÿ“„ README.md
๐Ÿ“„ README.md

title: Deno description: A small Deno webserver tags:
  • typescript

Deno Example

This example is a small Deno webserver.

Deploy on Railway

โœจ Features

  • Deno
  • TypeScript

๐Ÿ’โ€โ™€๏ธ How to use

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

๐Ÿ“ Notes

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