问题描述
我一直在试图找到一个简单的C ++ WebSocket客户端是草案08+兼容。我已经能够找到一些服务器实现,但这不是我需要的。我需要一个客户端,希望没有额外的东西,如服务器实现,保持它小,干净,容易建立尽可能少的依赖。
I have been trying to find a simple C++ WebSocket client that is draft 08+ compatible. I have been able to find some server implementations, but that is not what I need. I need a client, hopefully with no extra stuff like server implementation to keep it small and clean and easy to build with as less dependencies as possible.
它必须是08 +版本兼容(Firefox 6+,Chrome 14+)。
It has to be 08+ version compatible (Firefox 6+, Chrome 14+).
我需要自行实现还是错过了一个优秀的图书馆?
Do I need to implement it myself or have I missed a great library?
推荐答案
您看过这里列出的2个
?
Did you look at the 2 listed herehttp://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations?
这篇关于简单C ++ WebSocket客户端(草案08+兼容)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!