Z
Z
Zakhar Alekseenko2014-10-28 13:20:41
C++ / C#
Zakhar Alekseenko, 2014-10-28 13:20:41

What cross platform c++ socket library do you use?

Hello.
What cross platform c++ socket library do you use? Interaction with the network in the project became more complicated and it became inconvenient to use winsock. There was a need for a higher-level tool that supports asynchronous sockets, multithreading, events. Boost and Qt are not suitable, a lot of redundant functionality.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
S
Sergey, 2014-10-28
Protko @Fesor

www.boost.org/doc/libs/master/doc/html/boost_asio/...
I believe that in the near future (perhaps in c++17) an API for networking will be added to std.

D
DancingOnWater, 2014-10-28
@DancingOnWater

habrahabr.ru/company/infopulse/blog/226557
At your choice, with examples of use

A
algol, 2014-10-28
@algol

Had a positive experience with pocoproject.org

X
xseven, 2014-10-28
@xseven

You can use ZeroMQ

Y
yttrium, 2014-10-28
@yttrium

libevent with custom buffers and openssl out of the box

B
Boniface, 2014-10-29
@Boniface

Boost asio

D
degs, 2014-10-29
@degs

boost::asio

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question