This may be dumb but I have to ask. How secure is nodejs since everything is written in javascript and.. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

This may be dumb but I have to ask. How secure is nodejs since everything is written in javascript and..

Since all javascript is accessible directly from the browser and also, does nodejs app perform less considering that they heavily depend on javascript. P.S I have never written a code in js

22nd Mar 2021, 3:40 PM
Ondape Valery
Ondape Valery - avatar
2 Respostas
+ 3
nodejs script are not accessible from browsers: nodejs run at server side, and is used to dynamically serve web pages... however, javascript scripts used in html page are accessible from browser... that those files where you must be careful to not use sensitive data ^^
22nd Mar 2021, 3:45 PM
visph
visph - avatar
+ 2
obviously, the server running nodejs should be correctly protected ;P
22nd Mar 2021, 4:00 PM
visph
visph - avatar