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

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

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! :)