On Fri, Jun 27, 2014 at 8:16 AM, Ingwie Phoenix <[email protected]> wrote: > Hey hey! ^^ > > I am currently making concepts for a new module, that will embed PHP into > nodejs so you can use it from a HTTP server, for instance. Thing is, I want > to make it a non-blocking API. So I was thinking about returning an Event > emitter with events for start, data, end and such. But is this even possible > from another thread?
Not sure why you are contemplating this, but if you want a hybrid language app, check out mongrel2: http://mongrel2.org/features/languages.html It supports php and node. Sam -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CACmrRmRnkew90ZvYHX%3DW%3DNcUJ%2BiLdhyaXRCUQ1EresY1uMb4pw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
