Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Recommended Books on Node.js
I've gained responsibility for some services at work that run on Node.js. I am wondering if anyone could recommend a book on Node. The website documentation is pretty good but I like the structure and organization of a book when picking up a new language/framework.
2 answers
If you’re looking for that solid "book structure" to make sense of it all, these three are basically the heavy hitters right now:
Distributed Systems with Node.js
0 comment threads
While this is not a book but a video course, and also it requires experience with Javascript, I recommend Understanding Node.js: Core Concepts.
For me it was very useful in getting a deeper understanding of Node.js.

1 comment thread