By Mike Cantelon
In this article, excerpted from Node.js in Action, Second Edition, I talk about the components of a typical Node web application and walk through an example application.
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)