-
export MY_INSTALL_DIR=<YOUR_gRPC_INSTALL_DIRECTORY> && mkdir -p cmake/build
(Locally installed gRPC can be found in$HOME/.local
) -
pushd cmake/build
-
cmake -DgRPC_INSTALL=ON -DgRPC_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=$MY_INSTALL_DIR ../..
-
make -j 4
(or any number of processors which can be found vianproc
command on linux) -
./chat_server
-
./chat_client
-
Notifications
You must be signed in to change notification settings - Fork 0
Neveon/grpc-chat-service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A basic chat streaming service via gRPC
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published