Rest gRPC Compare
    Rest gRPC Compare
    • README
    • Rest Server
      • Get List
        GET
      • Add Book
        POST
      • Delete Books
        DELETE
      • Update Book
        PUT
      • Ping
        GET
    • Front-end
      • performance_test_get_list
        GET
      • performance_test_add_books
        GET

    README

    Performance Comparison of Communication Protocols in Microservices#

    This document provides for the front-end and the Rest server. The data structure definitions of the gRPC server are fully consistent with the Rest server. For details, see Book.proto.

    Architecture#

    Book.proto#

    Modified at 2025-08-27 15:11:23
    Next
    Get List
    Built with