gpt4 book ai didi

javascript - 服务器端和客户端javascript

转载 作者:行者123 更新时间:2023-11-30 10:34:44 25 4
gpt4 key购买 nike

服务器端javascript是否存在,如果存在,客户端javascript是否可以与服务器端javascript交互?

例如,客户端javascript是否可以在不下载整个json文件的情况下向服务器端javascript请求返回存储在服务器上的json文件的一部分?

我知道我可以使用其他服务器端语言(如 aspx、php 等)来执行此操作,但想知道服务器端 javascript 是否存在以及它是否可以对 json 文件执行类似的操作?

最佳答案

Does serverside javascript exist

http://en.wikipedia.org/wiki/Comparison_of_server-side_JavaScript_solutions

Node.js是当前流行的方法。

if yes, is it possible to clientside javascript to interact with serverside javascript?

是的。在 WWW 的上下文中,这通常与任何其他与服务器端程序的通信相同的方式完成:通过发出 HTTP 请求(通常通过 XMLHttpRequest)。

For example, is it possible for clientside javascript to request from the serverside javascript to return part of a json file which is stored on the server without downloading the whole json file?

I understand that I can do this with other serverside languages like aspx, php etc etc, but wanted to know if serverside javascript exists and if it can do something similar with json files?

JavaScript 是一种编程语言。它或多或少可以在服务器上做任何其他语言可以做的事情。

关于javascript - 服务器端和客户端javascript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14733848/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com