Hi! I'm not understanding your question, English not my strong point ;-)
Are you talking about web application? Node.js doesn't expose server side .js files to users. In case you are using a web framework like Express, only the .js files under the public folder are visible to client users Angel "Java" Lopez @ajlopez On Thu, Sep 18, 2014 at 1:24 PM, Aleksandra Czajka <[email protected]> wrote: > I'm looking into Node.js to replace my server side for the next projects I > work on. One of the greatest benefits of using server side is that > communication of sensitive data is done from server and not from js files > that everyone can not only view the static source of, but, also very easily > trace the communication. I was researching how node.js makes sure that the > .js files are not visible to users and from what it seems like, they're not > doing that at all. > > So, my question is, what is node.js suggesting we do with the sensitive > data? I mean, we can surely encrypt the js files, but, why would I want to > add this complexity? > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/e8dc91a7-19ee-4a42-a7cb-0be5cb29abcb%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/e8dc91a7-19ee-4a42-a7cb-0be5cb29abcb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAMs%2BDqLt-qr_fZ18je%3DVwm5bTCCcR%3DRnZNejicnvVxBfsRL%2B0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
