To build the server and client with bazel
bazel build //exe/...
To run the server
./bazel-bin/server_main hostname port
To run the client
./bazel-bin/client_main hostname port
To build the server and client with make
make
To run the server
server_main hostname port
To run the client
client_main hostname port