gRPC implementation of Stars Wars API.
protoc -I {yourDirectory}/swapi-grpc swapi/swapi.proto --go_out=plugins=grpc:.
go build -o swapi
./swapi
./swapi &
All data is currently held in json files in data directory.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
gRPC implementation of Stars Wars API.
protoc -I {yourDirectory}/swapi-grpc swapi/swapi.proto --go_out=plugins=grpc:.
go build -o swapi
./swapi
./swapi &
All data is currently held in json files in data directory.