https://github.com/trustyoo86/deno-example
Deno run server like node.js express
https://github.com/trustyoo86/deno-example
deno javascript nodejs typescript
Last synced: 2 months ago
JSON representation
Deno run server like node.js express
- Host: GitHub
- URL: https://github.com/trustyoo86/deno-example
- Owner: trustyoo86
- Created: 2019-06-07T16:35:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T14:02:10.000Z (about 7 years ago)
- Last Synced: 2025-04-25T13:04:59.230Z (about 1 year ago)
- Topics: deno, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno + expressive example
Deno run server like express
This repository based on [deno-playground](https://github.com/jinjor/deno-playground/tree/master/expressive)
## Usage
1. install [deno](https://github.com/denoland/deno_install)
2. clone this repository
3. run command
```bash
deno run --allow-net --allow-read index.ts
```
enjoy! :)