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

2015-09-11 Thread Scott Elcomb
Haven't tried it yet but maybe OpenRecord would suit your needs? Have used Bookshelf.js though; it may also be worth a look On Fri, Sep 11, 2015 at 2:56 PM, Pito Salas wrote: > I'm moving from Rails and Ruby to Node and JS. Try

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

2015-09-11 Thread @ismatim
Hi Pito, I used a few times http://deployd.com/ which gives you a RESTful service layer. It allows you to create tables in the backend. It uses Mongo but, the trick is that it offers you this service layer as it were likes tables. And also, it generates a javascript files

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

2015-09-11 Thread @ismatim
Soorya, Have you started the server ? Please, upload the code complete so, we can give it a look. Regards. El domingo, 30 de agosto de 2015, 1:59:19 (UTC-3), Soorya Prakash escribió: > > HI, > I am sending the data as application/json having image file and i am > using skipper-gridfs node modu

[nodejs] Re: Incredibly slow outbound HTTPS requests

2015-09-11 Thread @ismatim
Jeff, What tool did you use to benchmark this ? It was Chrome or ab ? Don't you mind to post the commands that you used to test it ? As well with the output. Just to enlighten us. Regards. El viernes, 11 de septiembre de 2015, 21:17:55 (UTC-3), Jeff escribió: > > I am using Node 0.12.2 with Expr

[nodejs] Incredibly slow outbound HTTPS requests

2015-09-11 Thread Jeff
I am using Node 0.12.2 with Express 4.13.3 as the frontend for a RESTful layer. Calling the API's from cURL/Postman takes ~9ms. However, using Request 2.60.0 to make the call from Node, it takes ~60ms. These are HTTPS calls. Removing HTTPS and using just HTTP brings Node down to ~7ms. Both the

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

2015-09-11 Thread Angel Java Lopez
Hi! IMNSHO :-) simplicity pays Save plain javascript objects to MongoDB. Only if you need an ORM, then switch to use Moongose. But in many projects, I wrote all persistence directly to mongodb, Other opinions? Angel "Java" Lopez @ajlopez On Fri, Sep 11, 2015 at 3:56 PM, Pito Salas wrote:

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

2015-09-11 Thread Jérémy Lal
On Friday, September 11, 2015 at 9:28:46 PM UTC+2, 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 "best" ones? Thanks! > Note that all ORM fa

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

2015-09-11 Thread Pito Salas
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 "best" ones? Thanks! -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#f