denoland / denobyexample

[Archived] Deno by example - short examples showcasing how to use Deno. Now the examples have been moved to https://github.com/denoland/deno-docs / https://docs.deno.com/examples

Home Page:https://examples.deno.land/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update HTTP server example to use "Deno.serve()"

bartlomieju opened this issue · comments

The API is now stable (https://deno.com/blog/v1.35#denoserve-is-now-stable) and we should update the example accordingly.