Closed 0xjjpa closed 4 years ago
Implemented Stage 0 to Stage 2.a
@nionis Let's create a README
with this spec and close this issue.
To be continued in https://github.com/hoprnet/hopr-core/issues/179, the proto initial work has already being laid down here. Closing.
Introduction
As we are moving to setting up a daemon-like process that is able to run hopr-core in the background and understand commands via a gRPC interface, we need to setup the common connector interface in protobuf compatible resources as to be used for hopr-server.
Task Description
server
insidehopr-core
, and a README and a server that loads.proto
files.proto
files representing the hopr-server resources (architecture at the bottom).proto
files and include it in the READMEDefinition of Complete
The task is considered completed when all Stage 0 to 3 defined resources had been defined as protobuf resources.
Testing Criteria
yarn start
insidehopr-core/server
.proto
filesNotes
Web Architecture MVP
Recommended readings about gRPC