On Fri, Feb 21, 2014 at 1:57 AM, Kevin Ingwersen <[email protected]> wrote: > So I was wondering: will there ever be a libnode? I.e., you could split the > actual executable node and the rest into libnode. That way, it would basicaly > become embedable o.o But, this is just an idea.
People have embedded node. I see chat and questions about it occaisonlly. Google around, check the issue tracker and libuv list. Its not officially supported, but its apparently doable. Node uses global state... signal handlers, process.exit(), ... there are decisions to be made. Sam -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
