Y
Hacker News
new
|
ask
|
show
|
jobs
by
lucacasonato
1372 days ago
You also need to pass a `experimentalDenoServe: true` option in the options bag passed to `start()` in your `main.ts` file.
I forgot to add this to the post initially. Have retroactively added it now :)
1 comments
MarkBennett
1372 days ago
Are there any benchmarks with the new server yet? Would be keen to see how it compares to the existing server as benchmarking on my machine showed a significant improvement over the existing http server in stdlib.
link