Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple examples of how to use grpc-dart

  • unary_greet

    • An example of Unary RPCs similar to the official helloworld but with more info exchanged
      Screencast of unary_greet
  • bidi_calc

    • An example of Bidirectional streaming RPCs
      Screencast of bidi_calc
  • bidi_chat

    • An example of broadcast from a server to multiple clients by Bidirectional streaming RPCs
    • A nickname needs to be provided when you run bin/client.dart.
      Screencast of bidi_chat
  • web

    • An example of unary_greet using gRPC-Web via grpc-dart.
    • A proxy to a server is necessary. See README of the sample.
      Screencast of web

Related articles

About

Simple examples of gRPC in dart

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages