With Tiny Node Projects by Jonathan Wexler
Learn Node.js or take your existing skills up a notch with this book.
From Get Programming with Node.js by Jonathan Wexler
This article covers routing and how a few more Express.js methods allow you to send meaningful data to the user before building a view. We’ll also walk through collecting a request’s query string. The article ends touching on the MVC design pattern.
By Pam Selle
This video is Pam Selle’s presentation at the Powered by JavaScript 2015 conference
By Simon Holmes
In this article, excerpted from the book Getting MEAN with Mongo, Express, Angular, and Node, I talk about how to manage Node.js project dependencies with nmp and a package json file.
By Mike Cantelon, author of Node.js in Action, Second Edition
Developers have many relational database options, but most choose open source databases, primarily because they’re well supported, they work well, and they don’t cost anything. In this article, we’ll look at MySQL, one of the two most popular full-featured relational databases.
Node.js in Action: Relational database management systems (PDF)