|  | @@ -0,0 +1,18 @@
 | 
	
		
			
				|  |  | +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. 
 |