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.
- Host: GitHub
- URL: https://github.com/railwayapp-templates/deno-for-testing
- Owner: railwayapp-templates
- Created: 2021-06-15T14:45:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T21:06:19.000Z (over 2 years ago)
- Last Synced: 2025-01-22T05:41:25.035Z (over 1 year ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno Example!!!
This example is a small [Deno](https://deno.land/) webserver.
[](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.