Looking back at our journey
A lot of ground was covered. We trust the book was (hopefully) an interesting journey, from not knowing Deno to building something with it, and finishing up with a deployed application.
We started by getting to know the tool itself, first by learning about the functionalities it provides, and then by writing simple programs with the standard library. As our knowledge built up we rapidly started to have enough to build a real application with it, and that's what we did.
The adventure began by building the simplest possible web server, using the standard library. We used TypeScript extensively to help in specifying clear application boundaries, and we managed to get a very simple application running, hitting our very first checkpoint: hello world.
Our application evolved, and as it started to have more complex requirements, we needed to dive into the web frameworks available on the Deno community. After making a high-level comparison between...