hyung-hwan
dcc0c6afc6
updated Makefile to call protoc only if it's needed.
added the generated grpc code to repository
hodu client [ ...]
client requests server that it grants access to the list of peers
reserver
server.json
{
"server-addr": "127.0.0.1:9999",
"peer-addrs": [
"127.0.0.1:22",
"127.0.0.1:80"
]
}
create a server
curl -X POST --data-binary @server.json http://127.0.0.1:7777/servers
Description
Languages
Go
95.7%
HTML
3.3%
Makefile
1%