By library I meant a single piece of code that runs in the client to load and link modules such as Yabble <http://github.com/jbrantly/yabble>.
I use commonJS modules, both public ones available on npm and elsewhere, and my own private modules. All code is in modules and many run on either the server or the client. On Sat, Nov 24, 2012 at 7:51 PM, netpoetica <[email protected]> wrote: > Mark - could you elaborate a little more on that? It seems like in Node > the words "exports" "modules" and "libraries" are all used somewhat > interchangeably although I don't think people always mean them the way they > are using them. > > When you say library, I almost start to think of npm and the modules in > there, and I most certainly don't think you mean that, or that anyone would > want my super-specific application code in NPM. > > When I think of a library, I think of an API like jQuery or a plugin like > TouchSwipe for touch events. I'm just a bit unsure what you mean by library > here > > Thanks a bunch > -Keith > > -- > 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" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- 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" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
