Vivek Anand Sharma
Slim Coder
INTRODUCTION
JAVASCRIPT & HISTORY
NODE JS
MICROSERVICES
LOSE YOURSELF
EMINEM
WHEN I'M GONE
MARSHAL
MY NAME IS
SLIM SHADY
A Node.js app is run in a single process, without creating a new thread for every request.
Node.js provides a set of asynchronous I/O primitives in its standard library that prevent JavaScript code from blocking.
The default package manager for Node.js is npm.
npm is Node Package Manager.
npm is the world's largest Software Registry.
The registry contains over 800,000+ code packages.
I have written a complete router-based program by Node.js with Express.js framework.
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of services that are :
By Vivek Anand Sharma