hyperledger / iroha-javascript

JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
94 stars 64 forks source link

convert to grpc+flatbuffers #9

Closed takemiyamakoto closed 6 years ago

takemiyamakoto commented 7 years ago

The SDK needs to be built to work with grpc and handle flatbuffers natively

see: https://github.com/grpc/grpc-experiments/issues/159

theofilis commented 7 years ago

Hello, I've started implementation of gRPC client. First it will support NodeJS then I will try to port it at browser.

takemiyamakoto commented 7 years ago

This is the latest flatbuffer format: https://gist.github.com/Warchant/b7049e2f0653bd30c78f06b283c30bf0/revisions#diff-81f138be4276f4ba228e0164d8d7b773R27

kj3104 commented 7 years ago

@theofilis How is the progress for implement of gRPC?

theofilis commented 7 years ago

Hi, I manage to create a client with gRPC+protobuff, although I haven't have any significant progress with flatbuff.

I started gRPC+protobuff in order to I become familiar with gRPC.

Guy, if you found any helpful material for gRPC+flatbuffer don't hesitate to share it.

stinger112 commented 6 years ago

Issue is outdated.