0% found this document useful (0 votes)
77 views1 page

MERN - The Big Picture: Client (Browser) Server Data

The document outlines the MERN stack architecture with the client making requests to the server which handles business logic and queries the database. The server responds with data like JSON to the client. Sensitive credentials would be exposed if stored in client-side code, so the server handles authentication and authorization to the database for security.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views1 page

MERN - The Big Picture: Client (Browser) Server Data

The document outlines the MERN stack architecture with the client making requests to the server which handles business logic and queries the database. The server responds with data like JSON to the client. Sensitive credentials would be exposed if stored in client-side code, so the server handles authentication and authorization to the database for security.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MERN – The Big Picture

Requests
Client (Browser) Server
Responses

Data
e.g. JSON Format Database
Business Logic, File
Presentation/ UI Queries
Storage, …

Database Server

Credentials would be exposed in


client-side code: Huge security issue! Persistent Data
Storage

You might also like