Giter Site home page Giter Site logo

grpc-book-example's Issues

nouns should be plural

We should use a single noun-name (plural form) for http annotations.

now:

/people and /person/{ID}

should be:

/people/ and /people/{ID}

Question: Can I use gRPC for ..

Can I use gRPC not for communication between different applications, but between two instances of the same application residing in different computers, for splitting a job achieving parallelization?
example:

  1. App1: {job1, job2, job,...jobn} // run in serial the processing of job1 to jobn, for example using threads in batches
  2. App1: { {job1, job_n1}, {job_n2, ... jobm1} , ...{ job_j, ... jobn}} send requests using gRPC
    run_to_remote_1({job1, job_n1})
    run_to_remote_2({job_n2, ... jobm1})
    ...
    run_to_remote_k({ job_j, ... jobn})

and then gather the results from each machine? Will this timeout?

node stuff

Should we move /tools to a separate node-implementation? In addition to the tools for massaging the data from swapi, I've already got the full service implemented, including a RESTish HTTP1 gateway. I'm also fine with removing it, but it might be nice to keep it around for people implementing js-based gRPC services.

Getting Started Guide

New to Go. Couldn't follow through the Guide past make setup. Missing steps in the Guide.

make setup has the following error:

Synching dev tools and dependencies...
make: retool: No such file or directory
make: *** [setup] Error 1

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.