Archived Forum Post

Index of archived forum posts

Question:

Please implement a Websocket library

Mar 13 '17 at 09:14

It will soon become necessary to have a client side websocket library - and it would fit very well into the chilkat portfolio. The currently existing free solutions aren't satisfying, Websocket++ seem to be good but it's hardcore C++ and requires Boost for network access.


Answer

It's on Chilkat's list. :)


Answer

Any updates on this one?


Answer

Hi,

is there any updates on this issue? I need to do a WebSocket server implementation to support some browser communications. Until now I've always used CkSocket (C++) for all my TCP/IP socket communications, but it seems there's no library that eases WebSocket support.

Thanks!