Nodejs already uses a C++ wrapper:
https://github.com/joyent/node/blob/master/src/node_http_parser.ccSure they are mainly v8 objects but they partly also provide an internal api.
Even I have no big experience I would be careful about such a project.
I think there is a reason that there are so much "web languages".
Doing all in C/C++ will consume a lot of time just for relatively small tasks.
On Thursday, May 9, 2013 7:03:06 AM UTC+2, umen wrote:
Hey
im new to libuv , i downloaded the libuv http server (simple example ) that is using the html parser .i want to convert this example to c++ .
before i sit down and write c++ wrapper , im asking here do you know about any already started c++ wrapper for libuv?
or do you recommend about which aspects in libuv should i pay attention ?
thanks