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

https://github.com/pjt3591oo/deno-sample


https://github.com/pjt3591oo/deno-sample

deno oak typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# deno sample

### http server

```bash
$ deno run --allow-net http.ts
```

### websocket server

```bash
$ deno run --allow-net ws.ts
```

### http server(oak framework)

```
$ deno run --allow-net oak.ts
```