Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gschier/deno


https://github.com/gschier/deno

Last synced: 2 days ago
JSON representation

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.