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.

#deno #cli

CLI Args Parser with Deno
2.20 GEEK