Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Building Scalable Apps with Redis and Node.js
  • Table Of Contents Toc
Building Scalable Apps with Redis and Node.js

Building Scalable Apps with Redis and Node.js

By : Johanan
4.3 (9)
close
close
Building Scalable Apps with Redis and Node.js

Building Scalable Apps with Redis and Node.js

4.3 (9)
By: Johanan

Overview of this book

If the phrase scalability sounds alien to you, then this is an ideal book for you. You will not need much Node.js experience as each framework is demonstrated in a way that requires no previous knowledge of the framework. You will be building scalable Node.js applications in no time! Knowledge of JavaScript is required.
Table of Contents (12 chapters)
close
close
11
Index

Node package versions


We have some new packages to install. All the packages are related to Grunt, which is a JavaScript automated task runner that is based on Node.js. We will define tasks and Grunt will carry them out. We will use the following versions:

  • grunt-cli: 0.1.13

  • grunt-contrib-clean: 0.5.0

  • grunt-contrib-concat: 0.4.0

  • grunt-contrib-jshint: 0.8.0

  • grunt-contrib-uglify: 0.4.0

  • grunt-preprocess: 4.0.0

  • grunt-contrib-nodeunit: 0.4.0

  • istanbul: 0.3.0

  • nodeunit: 0.9.0

Add these dependencies to package.json. This time we will create a new property named devDependencies. It is an object just like dependencies that is meant for development or testing. In package.json, devDependencies should look as follows:

"devDependencies": {
    "grunt-cli": "0.1.13",
    "grunt-contrib-clean": "0.5.0",
    "grunt-contrib-concat": "0.4.0",
    "grunt-contrib-jshint": "0.8.0",
    "grunt-contrib-nodeunit": "0.4.0",
    "grunt-contrib-uglify": "0.4.0",
    "grunt-preprocess": "4.0.0",
    "istanbul": "0.3.0"...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Building Scalable Apps with Redis and Node.js
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon