Re: [nodejs] NodeJS Application Design Architecture

2014-04-27 Thread Fernando Trasvina
is it part of the flow? data->node->c#->AGM On Sun, Apr 27, 2014 at 3:26 AM, Fernando Trasvina wrote: > . > what do you mean by wrapper classes. > > > On Sun, Apr 27, 2014 at 3:10 AM, Joseph Baiden > wrote: > >> Hi All, >> >> I have a work

Re: [nodejs] NodeJS Application Design Architecture

2014-04-27 Thread Fernando Trasvina
. what do you mean by wrapper classes. On Sun, Apr 27, 2014 at 3:10 AM, Joseph Baiden wrote: > Hi All, > > I have a work-related project to develop an application using NodeJS. This > application needs to capture data and use wrapper classes developed in C# > to send the captured data to HP

Re: [nodejs] read a file one line at a time

2014-04-14 Thread Fernando Trasvina
write a simple implementation, then you will understand the basics. then go and look for a module and read the code. if it behaves well and does the things you want use it, if not. use what you have until it fails. On Mon, Apr 14, 2014 at 3:51 PM, Aria Stewart wrote: > > On Apr 14, 02014, at 1

Re: [nodejs] Re: Heavy computation best practices

2014-03-17 Thread Fernando Trasvina
my advice on splitting this 2 processes is not use http, use child_process and use the other as a unix executable. if later you end up splitting into machines use a simple queue over http to accomplish this. this way you will not mix the solutions. On Mon, Mar 17, 2014 at 4:31 PM, Trevor Norris w

Re: [nodejs] Heavy computation best practices

2014-03-16 Thread Fernando Trasvina
use child_process if you understand it. it will give you nice async. if not use ffi but will lock the main node process. On Sun, Mar 16, 2014 at 11:47 AM, Andy Zelinski wrote: > I am hoping for someone to point me in the right direction (examples, > info) on how best to handle the need for some

Re: [nodejs] Ideas for a hands on with Node.js

2013-04-11 Thread Fernando Trasvina
include supervisor and debugging from chrome On Thu, Apr 11, 2013 at 12:51 PM, Isaac Schlueter wrote: > It really depends what direction you want to send them in. > > Yes, TCP chat is pretty meh. I mean, it was CRAZY AWESOME example > material 3 years ago, but Node kind of made it seem trivial

Re: [nodejs] Re: best testing framework?

2012-08-22 Thread Fernando Trasvina
this one is not part of the buzz but try https://github.com/azendal/tellurium On Wed, Aug 22, 2012 at 12:24 PM, Matt wrote: > Sometimes it's just worth raising awareness of something. If I had time to > go and fix every test framework to output TAP I would. > > > On Wed, Aug 22, 2012 at 11:11 AM

Re: [nodejs] Re: Can you build a CMS in 14 days? $10,000 Prize

2012-07-14 Thread Fernando Trasvina
if you did analyze the current cms into detail and none of this work, 14 days are not good enough to build the solution. post the requirements and i can tell you the time. On Sat, Jul 14, 2012 at 11:57 PM, Stephen Handley wrote: > ; > > -- > Job Board: http://jobs.nodejs.org/ > Posting guideli