On Mon, Apr 29, 2013 at 1:08 AM, Renato Utsch <
renat...@gmail.com> wrote:
> Hello,
>
> I am rewriting the server side of a very old mmorpg (ragnarok), and I was
> looking for good network libraries to use with C++.
>
> Do you think libuv can be used in such a project? I am thinking of making
> the server to be event-driven, and libuv seemed a great library for that
> purpose.
>
> I will use mainly UDP sockets, on three different ports.
>
>
> Thanks for any help you can give me.
Yep, libuv should work great for that. The library itself is written
in C but that's no impediment for using it in a C++ application.