Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 581 Bytes
title description tags
Deno
A small Deno webserver
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.