https://github.com/stackbuilders/deno-example
Deno example
https://github.com/stackbuilders/deno-example
Last synced: 20 days ago
JSON representation
Deno example
- Host: GitHub
- URL: https://github.com/stackbuilders/deno-example
- Owner: stackbuilders
- Created: 2020-10-06T22:07:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T19:55:40.000Z (over 5 years ago)
- Last Synced: 2025-01-23T04:32:46.457Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate a csv file
This is a small example using Deno and Typescript that shows how to create routes with the `oak` module, submit data from a form and generate a csv file with the provided data.
This example was created with Deno 1.4.0
To run the example use the following command:
```
$ deno run --allow-net --allow-read --allow-write server.ts
```