+ 2
In web programming, how is the link created between frontend and backend??
Fullstack web programming
2 Answers
+ 4
It is called API. requests from server to client and vice versa
Also there are websockets for sending messages from client to server and vice versa
and some other
0
2 common scenarios
1. backend preprocess the frontend before sending back to client
2. frontend comunicating with backend on realtime using ajax or other technologies