Hi, If you find one please tell me! I had to do this myself recently and ended up having to write my own websocket wrapper that uses the 'ixwebsocket' library for native builds and some custom JS for emscripten. Be happy to share the code although it's got a far bit of custom stuff in there so it's probably not much use 'as is'.
Bye, Mark On Monday, May 9, 2022 at 11:41:21 PM UTC+12 [email protected] wrote: > Hi > > we are searching for a C++ lib that provides WebSocket functionality for > native and emscripten. We want to have one code base for the native > Win/Mac/Linux/Android/iOS and the web version of our game. > > We found native libs like websocketpp or boost beast but it looks like > none of them has emscripten support. > > Any hints or tips? > > Thanks a lot > Kolja > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/4f42ccbe-3ce6-4b16-b41d-ddba92f4f51an%40googlegroups.com.
