简体   繁体   English

Node.js 是否用于开发在 Web 浏览器上运行的客户端应用程序?

[英]Is Node.js is used for developing client-side applications that run on the web browser?

I got this question during my ibm cloud application developer certification.我在 ibm 云应用程序开发人员认证期间遇到了这个问题。 I know Node.js is runtime to run javascript server side but what is the correct answer of this question?我知道 Node.js 是运行 javascript 服务器端的运行时,但是这个问题的正确答案是什么?

Node.js allows you to run JavaScript on the server It will be executed if someone tries to access a port on the server Node.js 允许您在服务器上运行 JavaScript 如果有人试图访问服务器上的端口,它将被执行

thus Node JS is used for server scripting因此 Node JS 用于服务器脚本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM