All Projects → Vicfred → Cmakeprotosgrpc

Vicfred / Cmakeprotosgrpc

Licence: bsd-3-clause
gRPC + protobuf using CMake example

Projects that are alternatives of or similar to Cmakeprotosgrpc

Grpc Cmake Example
gRPC C++ example with CMake
Stars: ✭ 142 (+3.65%)
Mutual labels:  grpc, cmake, protobuf
Go Micro Boilerplate
The boilerplate of the GoLang application with a clear microservices architecture.
Stars: ✭ 147 (+7.3%)
Mutual labels:  grpc, protobuf, example
Go Grpc Examples
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
Stars: ✭ 180 (+31.39%)
Mutual labels:  grpc, protobuf, example
Grpcweb Example
An example implementation of a GopherJS client and a Go server using the Improbable gRPC-Web implementation
Stars: ✭ 85 (-37.96%)
Mutual labels:  grpc, protobuf
Grpcc
A gRPC cli interface for easy testing against gRPC servers
Stars: ✭ 1,078 (+686.86%)
Mutual labels:  grpc, protobuf
Grpc Rust
Rust implementation of gRPC
Stars: ✭ 1,139 (+731.39%)
Mutual labels:  grpc, protobuf
Grpc Contract
A tool to generate the grpc server code for a contract
Stars: ✭ 40 (-70.8%)
Mutual labels:  grpc, protobuf
Orion
Orion is a small lightweight framework written around grpc/protobuf with the aim to shorten time to build microservices at Carousell.
Stars: ✭ 101 (-26.28%)
Mutual labels:  grpc, protobuf
Go Shopping
A sample suite of services built on the go-micro framework
Stars: ✭ 98 (-28.47%)
Mutual labels:  grpc, protobuf
Protoc Gen Struct Transformer
Transformation functions generator for Protocol Buffers.
Stars: ✭ 105 (-23.36%)
Mutual labels:  grpc, protobuf
Protoc Gen Map
SQL Data mapper framework for grpc/protobuf
Stars: ✭ 112 (-18.25%)
Mutual labels:  grpc, protobuf
Protoc Gen Twirp swagger
Swagger generator for twirp
Stars: ✭ 54 (-60.58%)
Mutual labels:  grpc, protobuf
Ffmpeg Example
FFMPEG 0.11-4.4/LibAV 0.8-11 example application with byte exact reading
Stars: ✭ 44 (-67.88%)
Mutual labels:  cmake, example
Grpcdump
Tool for capture and parse grpc traffic
Stars: ✭ 75 (-45.26%)
Mutual labels:  grpc, protobuf
Sol2proto
Ethereum contract ABI to gRPC protobuf IDL transpiler
Stars: ✭ 41 (-70.07%)
Mutual labels:  grpc, protobuf
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (-27.74%)
Mutual labels:  cmake, example
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (-21.9%)
Mutual labels:  grpc, protobuf
Ultimate Go
This repo contains my notes on working with Go and computer systems.
Stars: ✭ 1,530 (+1016.79%)
Mutual labels:  grpc, example
Protoeasy Go
Simpler usage of protoc. Deprecated.
Stars: ✭ 129 (-5.84%)
Mutual labels:  grpc, protobuf
Go Micro Services
HTTP up front, Protobufs in the rear
Stars: ✭ 853 (+522.63%)
Mutual labels:  grpc, protobuf

Description

A simple example of gRPC + protobuffers using CMake to generate the c++ code.

CMake already has bundled support for this using only protobuf but not for gRPC.

Requirements

How to build

mkdir build
cd build
cmake ..
make

Run

Run the server

./grpcserver

Run the client

./grpcclient
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].