Skip to content

This project demonstrates two different techniques and modelling to transfer data and communicate between Client and Server applications. The first communication technique utilized is REST (Flask framework) with JSON (Data model). gRPC is the other communication technique used, with Google Protocol buffer as the data model.

License

sal515/gRPC_and_REST_Client_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description - To be updated

Client and Server application:

  • src - REST API (Flask framework) with JSON data model
  • src2 - gRPC framework with Google protocol buffer model

About

This project demonstrates two different techniques and modelling to transfer data and communicate between Client and Server applications. The first communication technique utilized is REST (Flask framework) with JSON (Data model). gRPC is the other communication technique used, with Google Protocol buffer as the data model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages