Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gschier/deno
https://github.com/gschier/deno
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gschier/deno
- Owner: gschier
- Created: 2022-06-06T17:55:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T17:55:29.000Z (over 2 years ago)
- Last Synced: 2024-11-02T19:42:01.440Z (about 2 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Deno
description: A small Deno webserver
tags:
- typescript
---# Deno Example
This example is a small [Deno](https://deno.land/) webserver.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fdeno)
## ✨ Features
- Deno
- TypeScript## 💁♀️ How to use
- [Install Deno](https://deno.land/)
- Run server `deno run --allow-net --allow-env src/index.ts`## 📝 Notes
This is an experimental example and should not be used in production.