Should I want an event driven server to use libevent or libev?

I want to create a basic chat server using one of the libarary related events. but what to choose? libevent or libev, which is better? which has better c ++ support? which is better to chop in the windows? which is faster? grow faster and understand

+3
source share
3 answers

I prefer libev. This is very minimalistic, and some of the tests (probably old) that I saw show that it works better. The documentation is also good.

+4
source

libevent,
1) http- ( native, ),
2) http client ( , , , ); libev , libev
3) DNS- ( )
4) ,
5) (. 2)

+1

libevent libev. Boost.asio . , Boost, .

, - , .

+1

All Articles