Re: c++ wrapper/API for libuv?

2,301 views
Skip to first unread message

bodo....@enabre.com

unread,
May 20, 2013, 2:44:16 AM5/20/13
to li...@googlegroups.com
Nodejs already uses a C++ wrapper: https://github.com/joyent/node/blob/master/src/node_http_parser.cc
Sure 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

Andrius Bentkus

unread,
May 21, 2013, 10:15:11 AM5/21/13
to li...@googlegroups.com
node native is the most prominent I guess, after the v8 one: https://github.com/d5/node.native

Here is a list of projects using libuv: https://github.com/joyent/libuv/wiki/Projects-that-use-libuv

David Kofler

unread,
Mar 1, 2014, 4:07:56 PM3/1/14
to li...@googlegroups.com
Hey
Yes, there already is a wrapper library Libuv C++ Wrappers .
Have fun with it!

Pedro Larroy

unread,
Mar 1, 2014, 10:43:41 PM3/1/14
to li...@googlegroups.com
You can check out these C++11 wrappers based on node.native.

https://github.com/larroy/clearskies_core/tree/master/vendor/uvpp


Work with the latest versions of libuv.

Pedro.

Steve Lorimer

unread,
Dec 30, 2014, 12:25:21 AM12/30/14
to li...@googlegroups.com
uvpp
C++11 libuv wrapper

Originally Based on "node.native" C++11 libuv wrappers

Reply all
Reply to author
Forward
0 new messages