Answers for "is nodejs code visible client side"

0

is nodejs code visible client side

No, Nodejs code is not visible to the client. 

To be precise Nodejs is a javascript run-time environment, 
which means it is an engine that executes javascript code. 

The server code may contain endpoints, etc, which are callable by the client, 
and which return information from the server which is rendered in the 
browser, but the client cannot see the server-side code.
Posted by: Guest on January-29-2021

Code answers related to "is nodejs code visible client side"

Code answers related to "Javascript"

Browse Popular Code Answers by Language