Hi,
I've started reviewing your series of patches. Excellent work! Thank you for contributing your changes back. I also think that protobuf bindings would make a lot of sense to have in Qt itself. Is there any chance that you could make it to the next Qt contributor summit and we have a chat about it there? :) Simon ________________________________ From: Development <[email protected]> on behalf of Nobuaki Sukegawa <[email protected]> Sent: Saturday, December 12, 2015 12:59 To: [email protected] Subject: [Development] Review request for ArrayBuffer+WebSocket/XHR (a.k.a Introducing protobuf-qml) Hello Qt team and community, Could anyone help me with reviews on ArrayBuffer support for QtWebSockets and QtQuick XMLHttpRequest ? WebSockets: https://codereview.qt-project.org/#/c/125712/ [https://codereview.qt-project.org/static/logo_open_gov.png]<https://codereview.qt-project.org/#/c/125712/> Gerrit Code Review<https://codereview.qt-project.org/#/c/125712/> codereview.qt-project.org Loading Gerrit Code Review... ... Qt Home; Qt Documentation; Qt-Project; Planet Qt; Qt Repository Browser XHR: https://codereview.qt-project.org/#/c/143732/ While I believe these features are generally useful, let me share my motivation: I've written Protocol Buffers / gRPC bindings for QtQuick2. https://github.com/nsuke/protobuf-qml Main feature of this is to serialize schematized message objects to ArrayBuffer. While it works fine for my need (plugging to proprietary RPC stack), I'd like to share this with others and see what they would do with this. Unfortunately, currently ArrayBuffer is not that useful out of the box as is, so it's not going to be much of interest without these features. You can find working examples of these patches here: WebSockets https://github.com/nsuke/protobuf-qml/blob/master/examples/WebSockets/client/client.qml#L105 XHR https://github.com/nsuke/protobuf-qml/blob/master/examples/XMLHttpRequest/client/XhrClient.qml#L112 Best regards, Nobuaki Sukegawa
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
