Chapter 11Introduction to Express

We touched on Express earlier, but now we’re going to really dive into it. Express is a Node module that provides a thin web application framework around the core Node modules discussed in Chapter 5. As of this writing, it is the most starred module on the npm registry.

A Google search for “getting started with Node” will almost always lead you to installing and using Express. It is a very mature and community-tested framework. The first version of Express (1.0.0) was released in November 2010 after going through several beta and release candidate versions. The lead developer of Express from beta though version 3 was TJ Holowaychuk who worked alongisde a few key members of the GitHub community. After version ...

Get Full Stack JavaScript Development With MEAN now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.