Home > Article > Web Front-end > How to write ajax backend? How to implement front-end and back-end interaction (code example)
The following article will introduce to you how to write an ajax backend? How to achieve front-end and back-end interaction has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
Preface
What is front-end and back-end connection? Why it's called this is because I really can't think of another better name to describe the problems I encountered during front-end development in my novice stage.
1. We all know that the front-end is not only a good website interface and user interaction design, but also a good "communication" with the back-end.
That’s what I say, but how do I communicate with the backend? What kind of thing is the backend to the frontend? Although I always hear about it, how should I get in touch with it? Woolen cloth?
2. When our CSS technology has become proficient, we are no longer just satisfied with practicing imitation websites, but want to truly achieve enterprise development, develop an application of our own, or make It’s a small project, but fortunately I have something to show for it during the interview.
Question
So what is the backend?
Because I am not engaged in back-end development, I don’t want to say more.
However, as a front-end developer, you must know at least two things. The first is to do a good job in Web interaction design; the second is to use the data returned by the back-end.
So, the backend to the frontend simply means that it can process data and then return the data to the frontend for use by the frontend.
Of course, front-end work also includes browser compatibility, web performance optimization, etc.
How to contact the backend?
At this time we should put it another way: send my (front-end) request to the back-end.
As far as I know, there are the following methods to send requests to the backend. Of course, if you use other front-end development frameworks, such as Vue.js, React, etc., there will be other methods. , but I will only introduce the traditional method.
Method
1. Use the action attribute of the