DR1N0
DR1N0
> You mentioned that: > > > many modern graph database deployments use alternative protocols like gRPC > > Could you elaborate on that? I'd be curious to know which...
Thanks for the feedback! The PR is updated: 1. Removed serializer_export.go 2. Capitalized makeBytecodeRequest/makeStringRequest in request.go 3. Capitalized serializeMessage/deserializeMessage in graphBinary.go 4. Capitalized some structs and their fields (see description)...
Hi @spmallette ! While still keeping a websocket port for interactive console usage, our server side provides a gRPC port for production traffic, which has such constraints: - Does not...