FASTRO
v1.1.5
Showcase
Middlewares
Benchmark
Docs
Blog
// main.ts
import
app
from
"./modules/app.ts"
;
app
.
serve
(
{
port
:
parseInt
(
Deno
.
args
[
0
]
)
||
8000
}
)
;