How do I write a single .js file and call (require) it from both node and the browser without making any changes?
An example of where this is useful is Model "classes".
What if the Model has dependencies, such as jquery, which are available on both node and the web?