Hacker News new | ask | show | jobs
by simonw 1686 days ago
This is such a neat demo. I wrote up an annotated version of the code while I was figuring out exactly how it worked. https://til.simonwillison.net/deno/annotated-deno-deploy-dem...
2 comments

Thanks for sharing!

I expect the demo works with or without the await on the listen promise because the listen code runs regardless (and prevents main from exiting).

Fantastic, thanks.