Skip to content

Chat server & client created using Node JS, GRPC, and Protobuf

Notifications You must be signed in to change notification settings

fahziar/node-grpc-chat

Repository files navigation

Member of Groups

  • Fahziar Riesad Wutono / 13512012
  • Luthfi Hamid Masykuri / 13512100

Prerequisites

  • Linux debian based.
  • Java installed.

Install Dependencies

Add Debian jessie-backports to your sources.list file. Example:

echo "deb http://http.debian.net/debian jessie-backports main" | \
sudo tee -a /etc/apt/sources.list

Install the gRPC Debian package

sudo apt-get update
sudo apt-get install libgrpc-dev

Compile Sources

./gradlew build

Run Application

Run server

./server

Run client

./client

About

Chat server & client created using Node JS, GRPC, and Protobuf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published