Asked by duncanb7
at 2024-11-01 17:40:22
Point:500 Replies:11 POST_ID:828769USER_ID:11059
Topic:
JavaScript;Scripting Languages;Apache Web Server
Recenty, I found one name of Node.js and I review and google it
and found some video and article about Node.js such as
http://dojotoolkit.org/documentation/tutorials/1.8/node/
http://blog.modulus.io/absolute-beginners-guide-to-nodejs
stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js
http://www.youtube.com/watch?v=jo_B4LTHi3I
And just conclude something from my understanding that is
1-Node.js is server-side javascript platform
2-Create Http request on server--side by client without apache on server , Is it Right?
That is what I know, but all related article or video doesn't mention
what is advantage of using Node.js
So I guess that is
Normally on browser webpage those Javascript code is at client-side so
user can run the code on its computer browser and can be viewed those code by
browser view source option.
And If we are using Node.js , we can put those javascript code into server side
and browser user can run it but from server and users can't veiw ths code.
I think that is good thing if so since we can write some javascript code saved
into server and also let user run it at server side so that
If not, I don't see anything from Node.js to improve my application and website security
If you know the Node.js behind, please let me know what is advantage and application
we can feel using Node.js, for similar example, what is advantage of using
facebook that is you can share or broadcast your information with others.
And I think Node.js should focus on telling people what advantage of using it first
before just all the time mention the code syntax
Please advise
Duncan
and found some video and article about Node.js such as
http://dojotoolkit.org/documentation/tutorials/1.8/node/
http://blog.modulus.io/absolute-beginners-guide-to-nodejs
stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js
http://www.youtube.com/watch?v=jo_B4LTHi3I
And just conclude something from my understanding that is
1-Node.js is server-side javascript platform
2-Create Http request on server--side by client without apache on server , Is it Right?
That is what I know, but all related article or video doesn't mention
what is advantage of using Node.js
So I guess that is
Normally on browser webpage those Javascript code is at client-side so
user can run the code on its computer browser and can be viewed those code by
browser view source option.
And If we are using Node.js , we can put those javascript code into server side
and browser user can run it but from server and users can't veiw ths code.
I think that is good thing if so since we can write some javascript code saved
into server and also let user run it at server side so that
Browser user could NOT copy and could not view the code that is good for software security that has similar feature as php coding on server-side
Is it right what I wrote above ?
Is it right what I wrote above ?
If not, I don't see anything from Node.js to improve my application and website security
If you know the Node.js behind, please let me know what is advantage and application
we can feel using Node.js, for similar example, what is advantage of using
facebook that is you can share or broadcast your information with others.
And I think Node.js should focus on telling people what advantage of using it first
before just all the time mention the code syntax
Please advise
Duncan