Using python, one can trivially fire off an HTTP server to serve the files from
the current directory using:
python3 -m http.server
RunIs there an equivalent one-liner for Nim?
Using python, one can trivially fire off an HTTP server to serve the files from
the current directory using:
python3 -m http.server
RunIs there an equivalent one-liner for Nim?