[nodejs] Need to know about node.js,npm,aws

2014-12-06 Thread Alex
Here is a quick and dirty script I wrote to total some AWS costs for a client. You might find it helpful to play around with. I copied it from the aws-billing module. I had to update some of the process since AWS has dropped their prices since aws-billing was written. Anyway, if I get a chance I

[nodejs] Need to know about node.js,npm,aws

2014-12-06 Thread Alex
One great way to learn a new server toolkit is to try building a to do app. So you can list your todos, log in, create new to do task, delete task, etc. I would start simple, either with bare node or maybe express. Once you are done, search online for "node to do app" and see how someone else di

[nodejs] Some questions on Node's threading and scaling.

2014-12-06 Thread Harry Simons
Hello, I'm new to Node. It looks very wonderful so far, I must say. Is there any official documentation on Node Internals, addressing questions such as the following: 1. How is the priority of the main thread that initiates the asynchronous I/O, creates servers etc handled vis-a-vis the event

Re: [nodejs] Some questions on Node's threading and scaling.

2014-12-06 Thread Aria Stewart
> On 6 Dec 2014, at 03:03, Harry Simons wrote: > > Hello, > > I'm new to Node. It looks very wonderful so far, I must say. > > Is there any official documentation on Node Internals, addressing questions > such as the following: > > 1. How is the priority of the main thread that initiates th

Re: [nodejs] Sync Videos on separate devices using nodejs

2014-12-06 Thread zladuric
On Saturday, December 6, 2014 6:22:43 AM UTC+1, ryandesign wrote: > > > It would help to see the portion of your code that's not working. For > example, tell us where the video files are on disk, and show us the code > that's meant to serve them. > > > And also how are you emitting this event t

Re: [nodejs] Some questions on Node's threading and scaling.

2014-12-06 Thread julien . gilli
Hi! Aria already sent a very thorough and detailed response (thank you!), but I'd just like to comment on a couple of small details. On Saturday, December 6, 2014 8:00:24 AM UTC-8, Aria Stewart wrote: > > > > On 6 Dec 2014, at 03:03, Harry Simons wrote: > > I'm new to Node. It looks very wonde

Re: [nodejs] node.js and io.js reconciliation

2014-12-06 Thread Forrest Norvell
I can shed a little more light on what’s going on. Keep in mind that while I work for a company (npm, Inc.) that has someone in the middle of a lot of the discussions around Node’s governance, and while I’m connected in various ways to both node-forward and io.js, I’m not a member of the Node core

Re: [nodejs] Some questions on Node's threading and scaling.

2014-12-06 Thread Aria Stewart
> On 6 Dec 2014, at 22:07, julien.gi...@joyent.com wrote: > > Hi! > > Aria already sent a very thorough and detailed response (thank you!), but I'd > just like to comment on a couple of small details. Awesome! I stand corrected about being able to configure the size of the thread pool. Good