github.com/ronaksoft/rony@v0.16.26-0.20230807065236-1743dbfe6959/example/README.MD (about)

     1  # Examples
     2  Here we try to demonstrate feature of Rony by simple examples.
     3  
     4  ### Echo
     5  is a simple echo service which shows how to create an echo server with just defining the RPCs through
     6  the proto file.
     7  
     8  ### Redirect
     9  Demonstrates client side and server side redirecting mechanism that Rony offers.
    10  
    11  ### TaskManager
    12  Demonstrates store and model making feature of Rony.