C++ websocket library with no dependency C++11

776 Views Asked by At

I want to use websocket library for C++.

But for now, Since i am not sure if the compiler which i will use support C++11, i want one that has not dependency of C++11 or Boost.

And i found POCO c++ library supporting weboskcet.

does this have dependency to C++11 or not?

And it is recommendable for only websocket ?(it seems to be packed with other many libraries together making it heavy)

2

There are 2 best solutions below

1
On BEST ANSWER

POCO doesn't seem to have a dependency on C++11. I remember reading somewhere that it will start using C++11 in version 1.5

0
On

C++11 support will be in 2.0, please see RoadMap.

In regards to dependencies, WebSocket is in the Net library, which depends on Foundation; other Poco libraries are not needed (although you may also want to use NetSSL).