Re: [nodejs] What's the proper way to disable "early TLS" (TLS 1.0) in node?

2016-04-18 Thread Arthur Blake
Thank you so much! It works. I wish this was in the API docs somewhere (I spent countless hours searching for this!) I would think having TLS 1.0 disabled (with 1.1 and 1.2 enabled) should soon be the default configuration for Node... TLS 1.0 seems reasonably secure (especially compared to SSLv2

Re: [nodejs] Nodejs Search Engine

2016-04-18 Thread Matt
I sometimes wonder if people even try and google their problems these days... Fifth entry on the first page for "mongodb full text search": https://www.compose.io/articles/full-text-search-with-mongodb-and-node-js/ On Sun, Apr 17, 2016 at 7:10 AM, Duy Nguyen wrote: >

Re: [nodejs] Nodejs Search Engine

2016-04-18 Thread Charly Román
You can use Elasticsearch with node. It's fast and well documented. Charly Román Software Developer http://croman.mx 2016-04-17 6:10 GMT-05:00 Duy Nguyen : > Hi, > > I'm working on my side project using FeathersJS(feathersjs.com) > framework. As design I need to create