You could, it nothing more than a wrapper around a standard socket.
But you'd have to implement the WebSocket protocol.
There are no 'official' glib-based websocket implementation, as far as
I know. There is this [1] fork of libsoup on github that contains one.
Not really sure if it works nor if it
Hi,
I have been trying to wrap my head around this issue, but after a
few trials and lots of headaches I am still not exactly sure how to
proceed.
I have an interface that is partly implemented by an abstract base
class, then fully implemented by a few (final) classes. I would like
to export th