[nodejs] Domain module in nodejs 4.0.0

2015-09-12 Thread Charles Dumas
I'm sorry if this has been discussed somewhere, but I can't seem to find it with google: I noticed the domain module is marked as deprecated in 4.0.0 : https://nodejs.org/api/domain.html The documentation isn't clear about what users should move to instead of domains, just that they should be

[nodejs] Re: ORM for using with Express for SQL and.or NoSQL

2015-09-12 Thread Pito Salas
Thanks for all the excellent pointers! On Friday, September 11, 2015 at 3:28:46 PM UTC-4, Pito Salas wrote: > > I'm moving from Rails and Ruby to Node and JS. Trying to find an analog to > Rails ActiveRecord and other non-rails ORMs. There must be many choices. > Can someone point me to the "bes

[nodejs] https.request very slow (intended or something wrong)?

2015-09-12 Thread Jeff
I am experiencing the exact same behavior. Did you ever find a resolution? -- 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 rece

Re: [nodejs] Possible to select globally installed module over locally install one?

2015-09-12 Thread Sam Roberts
On Thu, Sep 10, 2015 at 2:51 PM, Bgsosh wrote: > When there is both a globally locally installed version of a module, does > anyone know if it is possible to require() the global version, over the > local one? Global modules are misnamed, they are only scripts that you intend to run, they are NEV

[nodejs] Re: Node js handling the large file from the request not able to send response

2015-09-12 Thread Zachary Juang
You could check out a "Content-Type: multipart/form-data" parser. I have used https://www.npmjs.com/package/multiparty with pretty good results in the past. On Sunday, August 30, 2015 at 12:59:19 PM UTC+8, Soorya Prakash wrote: > > HI, > I am sending the data as application/json having image fi