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 learned how to use Node.js with Ember.js. We successfully created a fully working application, which shows the messages posted on Twitter. Essential work was done by external modules, which again proves that the Node.js ecosystem is really flexible and provides everything we need to develop top-notch web applications. The modern client-side frameworks such as Ember.js, AngularJS, or Backbone.js are expected to receive JSON and Node.js is capable of delivering it.

In the next chapter, we will find out how to use Node.js to optimize our project tasks and boost our coding performance.