On Wednesday, May 30, 2012 4:58:46 AM UTC-7, al-Amjad Tawfiq Isstaif 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 > sharing server code with the client, and there are no default way for doing > that. > browserify lets you do node-style require()s in the browser, so a lot of node code will just work browser-side, including many packages from npm https://github.com/substack/node-browserify -- 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
