+ 1
What is the difference between full stack web development and mern stack web development
Wen development
2 ответов
+ 5
Full stack development: It refers to the development of both front end(client side) and back end(server side) portions of web application.
Expl:
mean stack
mern stack,
meteor.js,
flutter,
lamp,
etc
MERN Stack: MERN Stack is a Javascript Stack that is used for easier and faster deployment of full-stack web applications.
mern stack comprises of:
m = MongoDB
e = Express
r = React
n = node.js
0
Oh