[nodejs] Aspect Oriented Programming in Node.js?

2012-12-24 Thread Amjad
I'm interested in knowing about whether there are any modules or tools for using AOP in Node.js, or whether developers are currently doing there own implementation of it. Thanks! Amjad -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing

Re: [nodejs] Aspect Oriented Programming in Node.js?

2013-01-03 Thread Amjad
n Cooper wrote: > > > On Mon, Dec 24, 2012 at 1:48 AM, Amjad wrote: > >> I'm interested in knowing about whether there are any modules or tools >> for using AOP in Node.js, or whether developers are currently doing there >> own implementation of it. >> &

Re: [nodejs] Aspect Oriented Programming in Node.js?

2013-01-03 Thread Amjad
end method of response, in the object or in the > prototype. Quick and dirty ;-) > > JavaScript is so flexible, that old problems has new solutions. > > > On Thu, Jan 3, 2013 at 11:07 AM, Amjad wrote: > >> Thank you Martin. Well, I'm not really sure about specific use ca

Re: [nodejs] Aspect Oriented Programming in Node.js?

2013-01-03 Thread Amjad
m learning about the concepts and the techniques you introduced. On Thu, Jan 3, 2013 at 4:17 PM, Amjad wrote: > Thank you Angel for your quick and useful hint :) > > JavaScript is so flexible, that old problems has new solutions. > > > This is what I wanted to know really: does JS make

Re: [nodejs] [ANN] MeshCraft: Collaborative Concept Map Editor

2012-05-25 Thread Amjad
Really cool! Can you give us more information about the "CC/AT engine"? On Fri, May 25, 2012 at 3:23 PM, Axel Kittenberger wrote: > Andrew> Great! > Dan Milon> That is interesting! > > Thank you! > > > Idea: ability to export mesh as image or some other format. > > One thing I want to add for s

Re: [nodejs] [ANN] MeshCraft: Collaborative Concept Map Editor

2012-05-25 Thread Amjad
Thank you very much. But I wonder why didn't you use existing OT libraries? On Fri, May 25, 2012 at 4:08 PM, Axel Kittenberger wrote: > > Can you give us more information about the "CC/AT engine"? > > It's my own development. Viewed at high abstraction it does the things > in the same way I supp

Re: [nodejs] [ANN] MeshCraft: Collaborative Concept Map Editor

2012-05-25 Thread Amjad
Thank you very much Axel. I only asked to learn from your experience and the results of your research... :) On Fri, May 25, 2012 at 5:49 PM, Axel Kittenberger wrote: > On Fri, May 25, 2012 at 3:29 PM, Amjad wrote: > > Thank you very much. But I wonder why didn't you use existing

Re: [nodejs] Why is 'require' not doing callbacks?

2012-05-27 Thread Amjad
I thought this page would be of interest. It introduces ss.load.code() that allows you to require modules in the browser in an asynchronous manner. (Of course that is different from an asynchronous require on the server) Loading Assets On Demand (in socketstream) https://github.com/socketstream/so

Re: [nodejs] Blogging with Node?

2012-05-28 Thread Amjad
Check out this git-based blog, Wheat: https://github.com/creationix/wheat It is used by HowToNode.org http://howtonode.org/ On Mon, May 28, 2012 at 12:37 PM, cole gillespie wrote: > store your posts in couch then just build a backbone app on the front end > to display your most recent blogs.

[nodejs] Best practices for sharing code and data between the server and client

2012-05-30 Thread Amjad
ld be very grateful for sharing your thoughts about that. Best regards, Amjad * * -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs&quo

Re: [nodejs] Re: Social Chat Room prototype - feel free to try and comment

2012-06-02 Thread Amjad
Is it open source? :-) On Sat, Jun 2, 2012 at 9:20 AM, HackerOUT wrote: > Got this error > Error: Cannot find module 'jade' >at Function._resolveFilename (module.js:337:11) >at Function._load (module.js:279:25) >at Module.require (module.js:359:17) >at require (module.js:375:17)

Re: [nodejs] Best practices for sharing code and data between the server and client

2012-06-02 Thread Amjad
tin Cooper wrote: > On Wed, May 30, 2012 at 4:58 AM, Amjad wrote: > > Hello everybody! > > > > I'm new to the great world of Node.js and have been playing around with > > different modules and frameworks. However, there seems a lot of methods > for > > sh

Re: [nodejs] Best practices for sharing code and data between the server and client

2012-06-02 Thread Amjad
Really interesting thank you Martin. On Sat, Jun 2, 2012 at 6:45 PM, Martin Cooper wrote: > On Sat, Jun 2, 2012 at 6:20 AM, Amjad wrote: > > Thank you very much everybody for your notes! > > > > @Martin > > I tried to have a fast look at YUI. What gives YUI the abili

Re: [nodejs] - Github Followers Thread

2012-06-03 Thread Amjad
https://github.com/isstaif/ On Sun, Jun 3, 2012 at 10:24 AM, Jorge wrote: > https://github.com/xk/ > > On Jun 3, 2012, at 9:20 AM, Oleg Podsechin wrote: > > > https://github.com/olegp > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-

Re: [nodejs] New NodeJS Stack

2012-06-03 Thread Amjad
Thank you for sharing, but I think the world of stacks is from the past, *"From 2000 to 2010, it was all about the LAMP stack. To build an app, you took one Linux, one Apache, one database, one language. You stacked them on top of each other. You multiplied them to scale out….Today applications ha