Socket.IO Server implementation for C++ #5322
Unanswered
svogl
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
we're working with cameras and use OpenCV& co. for image processing. I wanted to have camera control & live status information on a decent web UI, so we started ported the Socket.IO protocol for C++ to stream data to our Vue.JS frontend.
The basic protocol & the features we neeed are working including websocket transport (thanks to OAT++).
The code is organized as a standalone library plus test application and can be integrated easily into other code. If you want to give it a look you can find the source here: https://github.com/voxel-dot-at/oatpp-socketio
Drop us a note if you like it or want to contribute!
Simon
Beta Was this translation helpful? Give feedback.
All reactions