


I teach myself how to make web pages and want to use ajAx technology.
Doesn’t his technology require the browser to request information from the server, then the server responds and returns the information, and then the browser processes the information?
I am local (the computer where I study), how should I operate without a server?
If I have a server, what should I write on the server to receive requests from the browser? returned messages? Is it using javascript language? Or do you need to use Node.js and PHP to operate the server?
I hope someone can give me some knowledge. Thank you in advance.
Reply content:
I teach myself how to make web pages and want to use ajAx technology.
Doesn’t his technology require the browser to request information from the server, then the server responds and returns the information, and then the browser processes the information?
I am local (the computer where I study), what should I do without a server?
If I have a server, what should I write on the server to receive requests from the browser? returned messages? Is it using javascript language? Or do you need to use Node.js and PHP to operate the server?
I hope someone can give me some knowledge. Thank you in advance.
Debugging of ajAx must require the server side
But the so-called server side is not necessarily a real server, but just an http service that can provide data return. You can build it locally (you can use node.js to build it locally)
Ajax server data is not essentially different from ordinary http services (the only difference is actually the data content (format) - defined by your program)
All ajax requests are actually ordinary http requests. You can even build a fully static http service to support ajax program debugging. Of course, if you want to debug a very complex ajax program, the server generally needs to be able to handle some dynamic transfers. information coming.
However, generally ajax programs are actually developed jointly between the client and the server
The browser sends an ajax request-->The server receives the browser's request-->The server processes the data-->Returns the data to the browser-->The browser processes
https://cnodejs.org/api /v1/topics This is an interface provided by other websites
Every computer can be regarded as a server.
For Nodejs, you can try the Express application generator to quickly create an application skeleton
Generally speaking, when it comes to simply learning AJAX, you don’t need to configure your own server. There are many cross-domain APIs available on the Internet.
Just create an integrated environment wampserver locally
Recommend you a simple and easy-to-use API PHP framework www.phalapi.net
You can quickly get started with back-end interface writing
Submit the front-end information to the server through ajax. After receiving the information, the server returns response data to the client, and then the client receives the response data from the server and processes it. At this time, you can understand that ajax is an http server, used to provide the front end with the ability to initiate interactions with the server. The server usually needs a back-end language to write the API and expose the API to the front-end for use.
You request the server address, and then the server just returns the data for you to parse.
I have also just started self-study, and currently use wampserver to build a local server, with PHP and Apache servers.

Vercel是什么?本篇文章带大家了解一下Vercel,并介绍一下在Vercel中部署 Node 服务的方法,希望对大家有所帮助!

gm是基于node.js的图片处理插件,它封装了图片处理工具GraphicsMagick(GM)和ImageMagick(IM),可使用spawn的方式调用。gm插件不是node默认安装的,需执行“npm install gm -S”进行安装才可使用。

本篇文章带大家详解package.json和package-lock.json文件,希望对大家有所帮助!

如何用pkg打包nodejs可执行文件?下面本篇文章给大家介绍一下使用pkg将Node.js项目打包为可执行文件的方法,希望对大家有所帮助!

本篇文章给大家分享一个Nodejs web框架:Fastify,简单介绍一下Fastify支持的特性、Fastify支持的插件以及Fastify的使用方法,希望对大家有所帮助!

node怎么爬取数据?下面本篇文章给大家分享一个node爬虫实例,聊聊利用node抓取小说章节的方法,希望对大家有所帮助!

本篇文章给大家分享一个Node实战,介绍一下使用Node.js和adb怎么开发一个手机备份小工具,希望对大家有所帮助!

先介绍node.js的安装,再介绍使用node.js构建一个简单的web服务器,最后通过一个简单的示例,演示网页与服务器之间的数据交互的实现。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Atom editor mac version download
The most popular open source editor

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
