websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

After so many years of not updating and unable to support C++23, has this been abandoned?

Open friendsafe opened this issue 1 year ago • 5 comments

After so many years of not updating and unable to support C++23, has this been abandoned?

friendsafe avatar Jan 29 '25 09:01 friendsafe

It seems to be dead, it just got removed from the vcpkg packaging system.

Laro88 avatar Mar 10 '25 09:03 Laro88

After so many years of not updating and unable to support C++23, has this been abandoned?

Do you know any alternatives to this library

RafSet047 avatar Mar 21 '25 13:03 RafSet047

Hi @RafSet047. Some of the forks is up to date, but I have removed websockets completely from my project as I could switch to MQTT (websockets inside) with a bit of clever topic naming.

Laro88 avatar Mar 21 '25 17:03 Laro88

@RafSet047 You can use IXWebsocket. It does not require Boost. Pretty lean.

Longwater1234 avatar Apr 03 '25 20:04 Longwater1234

@Laro88 there is also uWebSockets https://github.com/uNetworking/uWebSockets

skrede avatar Apr 07 '25 19:04 skrede