deno run --watch --allow-net main.ts
curl -d 'test world :)' http://localhost:8085
deno run --allow-net=0.0.0.0:8085 https://gist.githubusercontent.com/JLarky/6a77d9d483b7f0067fd3eea1b785e628/raw/3cf707ae447f8309564b94613a014f9ddf3f972d/main.ts
curl -d 'test world :)' http://localhost:8085