简体   繁体   中英

Is a Server-side Javascript website possible without using client-side Javascript?

Server-Side JavaScript and Node.js. Will a website work if the user has JavaScript disabled or their browser does not support JavaScript?

I understand that it's Server-side JavaScript , but, what I'm asking is; Do I need to use client-side JavaScript if I want a website built with Server-Side JavaScript?

NodeJs will run regardless of browser settings. It runs on the server without any knowledge of the user's settings. You can build a web server in Node and make http requests to it from your browser even if the browser doesn't support javascript.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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