[nodejs] which framework to use (express, meteor or koa)

2014-12-20 Thread Roelof Wobben
Hello, I want to try to make a financial app in node,js by using a web frameworks. As far as I can see there are a few I can use like meteor, express or koa. Which one can I use the best and why ? Roelof -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23

Re: [nodejs] Nodejs randomly hitting 100% CPU

2014-12-20 Thread Karim Tarek
Unfortunately no i dont! and i am not sure as i am not that experienced how to spot the piece of code which has the problem :S On Friday, December 19, 2014 11:21:01 AM UTC+2, zladuric wrote: > > Also, do you at least know where in the code is this happening? > > 100% CPU suggests there might be a

[nodejs] Re: is the debug node binary supposed to work?

2014-12-20 Thread julien . gilli
Hi, On Wednesday, December 17, 2014 9:00:44 AM UTC-8, Matt Ginzton wrote: > > > OK, the extra step to repro is have a package.json with the following > contents > > { > "dependencies": { > "archiver": "0.13", > "connect": "~2.15.0" > } > } > > And then run "npm install archiver connec

Re: [nodejs] which framework to use (express, meteor or koa)

2014-12-20 Thread Aredridel
On Dec 20, 2014 10:27 AM, Roelof Wobben wrote: > > Hello, > > I want to try to make a financial app in node,js by using a web frameworks. > > As far as I can see there are a few I can use like meteor, express or koa. > > Which one can I use the best and why ? All are good, and without knowing your

Re: [nodejs] which framework to use (express, meteor or koa)

2014-12-20 Thread Alexander Praetorius
or http://sailsjs.org or http://loopback.io which can be combined with frontend libraries and/or frameworks of your choice 2014-12-20 16:27 GMT+01:00 Roelof Wobben : > Hello, > > I want to try to make a financial app in node,js by using a web frameworks. > > As far as I can see there are a few I

Re: [nodejs] Re: writeConcern requires callback [newbie]

2014-12-20 Thread Ryan Graham
On Fri, Dec 19, 2014 at 10:46 AM, Zach Rollyson wrote: > Comes from the line "menu.update({name:request.body.name}, menuObject, > {upsert: true}, onUpdate)" > > It's because mongoose update takes three arguments: document, options, > callback. You have object, object, options, callback; thus mon

[nodejs] File explorer choices

2014-12-20 Thread Murray Hopkins
Hi. I am looking for a "file explorer" that will return an array of file metadata from a given folder. It needs to work with WIndows, OSX & Linux. Apart from returning the normal things like size, last modified, etc it must have the following characteristics: 1. Can filter for file attributes

Re: [nodejs] which framework to use (express, meteor or koa)

2014-12-20 Thread Roelof Wobben
Op zaterdag 20 december 2014 19:28:12 UTC+1 schreef Aria Stewart: > > On Dec 20, 2014 10:27 AM, Roelof Wobben > > wrote: > > > > Hello, > > > > I want to try to make a financial app in node,js by using a web > frameworks. > > > > As far as I can see there are a few I can use like meteor, expres

Re: [nodejs] which framework to use (express, meteor or koa)

2014-12-20 Thread Adam Reynolds
Also consider loopback.io On 20 Dec 2014 18:28, "Aredridel" wrote: > On Dec 20, 2014 10:27 AM, Roelof Wobben wrote: > > > > Hello, > > > > I want to try to make a financial app in node,js by using a web > frameworks. > > > > As far as I can see there are a few I can use like meteor, express or >

Re: [nodejs] which framework to use (express, meteor or koa)

2014-12-20 Thread Aria Stewart
> On 20 Dec 2014, at 13:39, Roelof Wobben wrote: > > > > Op zaterdag 20 december 2014 19:28:12 UTC+1 schreef Aria Stewart: > On Dec 20, 2014 10:27 AM, Roelof Wobben wrote: > > > > Hello, > > > > I want to try to make a financial app in node,js by using a web frameworks. > > > Skill : beginn