Vivek Anand Sharma
Slim Coder
INTRODUCTION
JAVASCRIPT & HISTORY
NODE JS
MICROSERVICES
BONUS
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 :
Containerization is increasingly popular because containers are: Flexible, Lightweight, Portable, Loosely coupled, Scalable and Secure
Fundamentally, a container is nothing but a running process, with some added encapsulation features applied to it in order to keep it isolated from the host and from other containers.
By Vivek Anand Sharma