Нема описа

Abhishek Kumar 79daae3604 Create README.md пре 11 година
include 32946d37e0 () --> (void) пре 11 година
src aa4ef018eb Merge pull request #86 from ctiller/deadline пре 11 година
templates 17f2b5921e Fixing parallel build. пре 11 година
test 4853791a84 Build fix пре 11 година
third_party 7ce706b722 Removing libevent from third_party, as it's no longer necessary. пре 11 година
tools 1cc11dbf58 Fix run_test.py so it runs the first time пре 11 година
vsprojects 80d68c09c4 Fixing test_config.c пре 11 година
.clang-format b5dcec5a2e clang-format codebase пре 11 година
.gitignore 71735185a1 Cache for successful test runs пре 11 година
.gitmodules 7ce706b722 Removing libevent from third_party, as it's no longer necessary. пре 11 година
INSTALL 7ce706b722 Removing libevent from third_party, as it's no longer necessary. пре 11 година
LICENSE b7ebd3b8c6 Initial import. пре 11 година
Makefile 17f2b5921e Fixing parallel build. пре 11 година
README.md 79daae3604 Create README.md пре 11 година
build.json 54f68b6a8a Fixing typos in build.json: .cpp -> .cc пре 11 година

README.md

gRPC - An RPC library and framework

Copyright 2015 Google Inc.

Installation

See grpc/INSTALL for installation instructions for various platforms.

Overview

Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.