Skip to content

Flutter app that uses a client to connect to a server using gRPC on HTTP/2

Notifications You must be signed in to change notification settings

satyajitg2/grpc-dart-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC-fullStack

  1. Protos library contains proto buf files for autogenerated code for grpc. Create folders in lib dir as lib/src/generated. Run the following command.

    #protoc --dart_out=grpc:lib/src/generated -Iprotos protos/*

  2. Run the server using (or grpc-java server in https://github.com/satyajitg2/grpc-java, exact same proto/interface)

    #dart bin/server.dart

  3. Follow client/Readme for running client app.

About

Flutter app that uses a client to connect to a server using gRPC on HTTP/2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages