Build node as a library is easy, change the line "'type': 'executable'" in "node.gyp" to "'type': 'shared_library'", and then use gyp to generate project files.
On Fri, Jul 27, 2012 at 6:11 PM, wtfux <[email protected]> wrote: > Hey guys, > I want to write applications that actually don't need evented I/O (or not > always) like regular GUI applications in Javascript, because, well I like > Javascript. > My question is if it's a good idea to build upon Node.js. Technically I > could also use v8 directly but then I can't make use of those awesome Node > modules that are out there and all the stuff that's already built into Node. > It's like using Node as a runtime library. Good idea resp. the right way? > -- 赵成 东南大学 -- 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
