turns out you need --allow-net to run this program
correction
add URL
This is a book that I am writing about the Deno JavaScript runtime.
The book is served using a dynamic site generator that is written in Deno.
deno run --allow-read --allow-net serve.js
You can read the book at http://denobook.com/
MIT