gRPC service wrapper over nmap
- Sets gRPC between the client and the server
- Checks the correct number of address arguments
- Informs the user about errors (such as failed server start/request) via
<fmt.Errorf>
.
<make build>
for server/client build<./bin/server :3000>
to start the server<./bin/client :3000>
to run the client