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

https://github.com/railwayapp-templates/deno-for-testing

A small Deno webserver.
https://github.com/railwayapp-templates/deno-for-testing

deno typescript

Last synced: about 1 month ago
JSON representation

A small Deno webserver.

Awesome Lists containing this project

README

          

# 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?template=https%3A%2F%2Fgithub.com%2Frailwayapp-starters%2Fdeno)

## ✨ Features

- Deno
- TypeScript

## 💁‍♀️ How to use

- [Install Deno](https://deno.land/)
- Run server `deno --allow-net --allow-env src/index.ts`

## 📝 Notes

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