Git Product home page Git Product logo

grpc-chat's Introduction

Chat

  • This is a simple application which showcases the functionality of a chat.
  • This application is being developed to help get familiar with the technologies used at google.

Build instructions

  • The sections that follow describe the build instructions for running a greeter which takes a <string> and responds with hello <string>

Maven

  • mvn clean install
  • Start the server mvn exec:java -Dexec.mainClass="edu.jyo.app.ApplicationServer"
  • Start the client GUI mvn exec:java -Dexec.mainClass="edu.jyo.app.gui.GreeterClient"

Bazel

  • Build the server binary bazel build //:server
  • Build the client binary bazel build //:greet_client
  • Start the server bazel-bin/server
  • Start the client GUI bazel-bin/greet_client

Bazel dependencies

  • Bazel dependencies were generated by following the below steps
  • Create a folder called 3rdparty to host the external dependencies' descriptors.
  • Create a file dependencies.yml listing the top level dependencies. The transitive dependencies would be generated by following the below steps.
  • git clone [email protected]:johnynek/bazel-deps.git
  • cd bazel-deps
  • set $GRP_CHAT_PRJ to the absolute path of grpc-chat workspace. Run bazel run //:parse -- generate -r $GRP_CHAT_PRJ -s 3rdparty/workspace.bzl -d dependencies.yml

The following technologies are being implemented

  • protocol buffers
  • gRPC

The following technologies are WIP

  • bazel
  • gradle
  • Guice

The following needs to be implemented

The following are long-term plan

  • Flume
  • Spanner

grpc-chat's People

Contributors

jyothri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.