code the backend for the frontend and by this i mean do you need to add a reference into the python or c# language or what ever language you use like you do with JavaScript or with css for example so it knows its working with this part of the front end ?
You code the backend to accept, say, HTTP requests and respond via HTTP responses. The front end then simply makes those HTTP requests to the backend. The front end only knows the address of the backend along with the various HTTP requests it can make to it. The backend doesn't care what front end makes the HTTP request to it.
Обсуждают сегодня