Part 2 of our multi part series delving into Deno!
We're building an HTTP Server with Deno! Today we're adding proper CLI args parsing to the server using Deno's flags module: https://deno.land/std/flags/
Have a watch as we make it easy and simple to change the --port of the server to whatever you want.
Source code: https://github.com/hswolff/dencro
——
NEWSLETTER: https://tinyletter.com/hswolff/subscribe
PATREON: / hswolff
TWITTER: / hswolff
SITE: https://hswolff.com/