https://github.com/drivly/deno-railway
https://github.com/drivly/deno-railway
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drivly/deno-railway
- Owner: drivly
- Created: 2022-09-07T09:34:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T20:43:55.000Z (over 2 years ago)
- Last Synced: 2025-02-16T15:16:54.224Z (3 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- 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.
[](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.