Simple HTTP web server

    • Use Deno’s integrated HTTP server to run your own web server.

    In this example, the user-agent of the client is returned to the client:

    Then run this with:

    Then navigate to in a browser.

    webserver.ts:

    Then run this with: