بدون توضیح

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.