Book Image

Node.js Blueprints

By : Krasimir Stefanov Tsonev
Book Image

Node.js Blueprints

By: Krasimir Stefanov Tsonev

Overview of this book

Table of Contents (19 chapters)
Node.js Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we built a REST API to store information about books. Node.js handles such tasks well because it has easy-to-work native modules. We successfully covered the GET, POST, PUT, and DELETE requests that created an interface to manage a simple online library.

In the next and last chapter of this book, we will build a desktop application. We will learn how Node.js can be used not only for web projects, but for desktop programs too. By the end of the next chapter, we should have a working file browser written with Node.js.