From 1680a26990bc65fb67d92fe87a0d2a1adf195d6e Mon Sep 17 00:00:00 2001 From: kartik khandelwal Date: Wed, 11 Oct 2017 00:48:13 +0530 Subject: [PATCH] Adding Caching Techniques (#39) * Update README.md JWT Auth Sample App included * Update README.md Optimization of Node.js Application * Update README.md * Update README.md Readme Updated --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e491c3..13bd74d 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,10 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Building a modern backend API with Node](https://scotch.io/tutorials/building-and-securing-a-modern-backend-api?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * [Node JS Login with Passport - YouTube](https://www.youtube.com/watch?v=Z1ktxiqyiLA) * [10 Best Practices for Writing Node.js REST APIs](https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) +* Optimization Techniques + * [Make your node server faster by caching responses with redis](https://community.risingstack.com/redis-node-js-introduction-to-caching/) + + --- ### Learn Python