chronoxor / CppServer

Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
MIT License
1.43k stars 284 forks source link

Can WebSockets/TLS client code be used with C++20 coroutines? #65

Open cayolblake opened 3 years ago

cayolblake commented 3 years ago

Is it possible to build a WebSockets client utilizing the C++20 coroutines?

If that's the case, would it be so much to ask for an example?

cayolblake commented 3 years ago

Any luck?

Is the project active 🤔