+ 2

In web programming, how is the link created between frontend and backend??

Fullstack web programming

1st Oct 2019, 2:20 PM
Alfred Juma
Alfred Juma - avatar
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
1st Oct 2019, 10:04 PM
v1rtl
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
1st Oct 2019, 4:10 PM
Taste
Taste - avatar