Skip to content

gRPCQuests explores gRPC and Protocol Buffers in C++, testing features, optimizing performance, and enhancing security, all built and managed with CMake.

License

Notifications You must be signed in to change notification settings

Astrodynamic/gRPCQuests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPCQuests

Introduction

This project explores the capabilities of gRPC and Protocol Buffers (Protobuf) using C++. It focuses on service definitions, client-server communication, performance optimization, and security aspects. Additionally, it evaluates the effectiveness of CMake for building, optimizing, and managing gRPC-based projects.

Requirements

  • gRPC (latest stable version)
  • Protocol Buffers (Protobuf) (latest stable version)
  • CMake (version 3.24.2 or later)
  • C++20 or later

LICENSE

This project is licensed under the MIT License. Feel free to modify and distribute it as per the terms of the license.