Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protobuf #3

Open
RxDave opened this issue Mar 17, 2016 · 1 comment
Open

Protobuf #3

RxDave opened this issue Mar 17, 2016 · 1 comment

Comments

@RxDave
Copy link
Owner

RxDave commented Mar 17, 2016

Provide support for protobuf. (Separate NuGet package?)

It would work something like this:

  1. Client defines proto for itself.
  2. When Subscribe is called on the Query(), the proto-aware transport layer has a specific connection negotiation step that transmits the proto to the server (directly written to the NetworkStream).
  3. Server accepts the proto and installs it within its proto-aware transport layer.
  4. All further communication is serialized/deserialized through a managed protobuf library.
@RxDave
Copy link
Owner Author

RxDave commented Aug 23, 2017

Leaving this open, but most likely I won't be supporting Protobuf. It wasn't designed for Qactive's requirements. Instead, I'm building a custom graph serializer that is specifically designed for Qactive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant