F
F
frontendthug2016-01-11 20:52:46
PHP
frontendthug, 2016-01-11 20:52:46

What are the responsibilities of the client and server side?

Now the frontend is rapidly developing and the meaning of the backend is beginning to blur for me. It used to be easier, the server rendered the data on its side and issued it to the browser. But now JS is pulling this blanket over itself, and it’s not entirely clear to me what the server should do, except for binding to the database? I've only been in the web industry for 5 months, if anything, don't shout too much if I don't have the right understanding of the above...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nirvimel, 2016-01-11
@frontendthug

If everything you do on the web comes down to CRUD, then the role of the backend in your work can come down to:
When you come across heavier applications with some business logic (even!), then you will realize that the front-end takes up as much of a project as the Start button does in the entire Windows OS.

T
Timur Sergeevich, 2016-01-11
@MyAlesya

Well, for example, I write a service! The backend will only return data from the database, maybe slightly modified! And drawing everything on the client side

A
Alexander Litvinenko, 2016-01-11
@edli007

So the point is that values ​​change over time, there was no such thing as a front-end at all.
Just remember that
1. backend - logic on the server
2. frontend - logic on the client
3. layout - templates without logic in the browser
And where, what, where renders is no longer important.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question