Get a recap of what we’ve learned in this chapter.
In this chapter, we’ve seen how the Node.js platform is built upon a few important principles that shape both its internal architecture and the code we write. We have learned that Node.js has a minimal core and that ...