[nodejs] Re: Reporting security concerns

2014-05-03 Thread Brandon Moser
Ritchie, Check out https://nodesecurity.io/. They work with the Node team directly and have a link to submit a vulnerability. Brandon -- Brandon Moser http://about.me/brandonmoser On Wednesday, April 23, 2014 9:47:55 PM UTC-5, Ritchie wrote: > > Hi, Folks. > > Who would be the

[nodejs] Re: recommended way installing nodejs 12.04 on ubuntu 14.04

2015-07-01 Thread Brandon Moser
If you are looking to use a package manager, Joyent has a full wiki page on it here, https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager. Most of us used to use the Chris Lea PPA for Ubuntu, but now NodeSource is hosting it. Brandon On Tuesday, June 30, 2015 at 8:05:4

[nodejs] Re: Gecko and Mozilla Browsers work with this, but why not nodejs?

2015-07-28 Thread Brandon Moser
What version of Node.JS are you using? As noted in Jimb's response, Chrome has changed this already. Also, you must remember that Node.JS is built on the Chrome V8 Javascript engine, not the Mozilla/Gecko JS engine. Anything that you do in a Mozilla browser cannot be translated perfectly to Node

[nodejs] Re: Need help creating a user login and registration form with mysql i don' know how to.

2019-02-19 Thread Brandon Moser
Here's a couple answers to your search: * https://www.w3schools.com/nodejs/nodejs_mysql.asp * https://www.google.com/search?q=nodejs+mysql&oq=nodejs+mysql Brandon On Tuesday, February 19, 2019 at 9:58:39 AM UTC-6, Paul Spaulding wrote: > > That is such a broad request. I'd suggest you Google a

[nodejs] Re: Running NodeJS

2019-05-10 Thread Brandon Moser
The better option for this is a serverless or worker architecture. Take a look at this article, https://hackernoon.com/a-crash-course-on-serverless-with-node-js-632b37d58b44 for some starting points. You build process could pull in the latest javascript or have a default script that pulls in t