Wenzhi Xu
HTML
CSS
JavsScript
A Server-side programming language: PHP, Ruby, Python, Java ...
Web Server: Nginx, IIS ...
Database: MySQL, SqlServer, Oracle...
Cache: Redis
Message Queue: Kafka, RabbitMQ...
so many things.
...
Runs in Browser
Runs in Server Machine
Yet another project|
app|
controller|
models|
views|
public|
js|
css|
index.js/php/rb
config|
...
Rendering on Server
Start
Processing
Send HTML document to browser
Compile template
Send data to template
The front and the back are coupled together.
Backend project|
app|
controller|
models|
views|
public|
js|
css|
config|
...
Rendering on Client
The front and the back are independent.
Frontend project|
app|
controller|
models|
views|
public|
index.html
config|
...
Request
Response
...
LANMP - Linux, Apache/Nginx, MySQL, PHP/Perl
MEAN - Mongo, Express, Angular, Node
Ruby on Rails or Django
...