Hi,
On Mar 7, 4:37 pm, ondras <
ondrej.z...@gmail.com> wrote:
> Hi,
>
> yes, include is being removed in favor of require. Require is a standardized
> (commonjs) approach, while include represents an orthogonal approach - a
> very fast way to mess up the code modularity.
>
Very nice!
> 1) I am not familiar with ZeroMQ, but I believe that it can be indeed
> wrapped as a native module for v8cgi. If you want such module, please file
> an issue for it. But I cannot give any time guarantees (my time is rather
> limited these days), so the best way would be to contribute a patch...
>
Ok, The V8CGI plugin is very easy to create. I can to propose as a
patch.
> 2) U++ is also an unknown to me. I am not sure what does it exactly mean by
> "integrating v8cgi into u++", but I can provide some means of support here.
>
I use U++ for fast development, build, debuging and integrate useful
libraries. It is like Visual Studio but U++ is cross-os. It is very
easy to integrate in your project in U++.
> Sincerely,
> Ondrej Zara