Using python, one can trivially fire off an HTTP server to serve the files from 
the current directory using:
    
    
    python3 -m http.server
    
    
    Run

Is there an equivalent one-liner for Nim?

Reply via email to