[nodejs] Re: custom objects and jsonification

2013-12-01 Thread greelgorke
express has res.json() which takes any js object. Am Sonntag, 1. Dezember 2013 05:49:03 UTC+1 schrieb Reza Razavipour: > > I have a custom function (constructor). it has a number of member > variables. I am using Express. > What I need to do is to return a JSON, to the client, containing an array

Re: [nodejs] Re: Blog and WebApp

2013-12-01 Thread dhtml
OK, sorry. It's not good for me to be here. Goodbye. On Sunday, December 1, 2013 10:17:28 AM UTC-8, Nuno Job wrote: > > Good luck getting people to help you when you are rude to them > > > On Sat, Nov 30, 2013 at 8:58 PM, dhtml >wrote: > >> >> I am not playing around; I want to get a professi

Re: [nodejs] Re: Blog and WebApp

2013-12-01 Thread Nuno Job
Good luck getting people to help you when you are rude to them On Sat, Nov 30, 2013 at 8:58 PM, dhtml wrote: > > I am not playing around; I want to get a professional quality site up now > and need serious help in doing so. I don't know if Node.js is even a viable > solution and I have waded f

[nodejs] I need suggestion how to make my node.js app run faster

2013-12-01 Thread Ket
Hello guys, I’d be much appreciated for any suggestion you give e.g. sample code or links or anything. I’ve built a broadcasting app and use websocket to pipe data from one end user through node.js server to other end user. You can see demo here: Broadcaster: http://meldville.com/demo/bro

Re: [nodejs] Re: [ANN] Introducing Bud, A build tool for humans!

2013-12-01 Thread Azer Koçulu
Makefiles are too easy to break, takes your hours for accomplishing simplest tasks like building bunch of targets and watching for changes, it's imperative, and gets bloated quickly. Here is an example: https://gist.github.com/azer/4974781 I'd never spend any time on it but can't say anything if