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)
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