Skip to content

LucasVinicius314/more-go-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

more-go-stuff

An example todo list back end project that uses gRPC for client-server communication and Firestore for data storage.

Build & run

The project's launch configuration file resides at .vscode/launch.json .

Compile protocol buffers

In order to compile protocol buffers, install protoc.

Go

protoc --go_out=. --go_opt=paths=import --go-grpc_out=. --go-grpc_opt=paths=import proto/todo/todo.proto

Dart

protoc --dart_out=grpc:app/lib proto/todo/todo.proto

protoc --dart_out=grpc:app/lib proto/google/protobuf/timestamp.proto

Todo

  • App l10n
  • Host project
  • App deploy workflow

Links

About

An example todo list back end project that uses gRPC for client-server communication and Firestore for data storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published