6.11 What's next
We did it!
We went over the most important aspects of how a program runs in Deno. We went over Deno architecture, threading model, the rust and v8 bridge, foundations, and finally imports and ops.
We learned the core concepts like main worker, permissions, program state, runtime, core, module graphs, file fetching, transpile, instantiate, evaluate, etc.
That was all for volume 1.
Volume 2 is the second and the last volume of this series. Volume 2 builds over volume 1. In volume 2, we'll go over the internals of:
- Web worker
- Fetch
- HTTP server
- Web socket
- ... and many more
Volume 2 is expected to get published in June 2021.
Last modified 2yr ago