/serviceweaver

Testing out Google's serviceweaver framework with protobuf server generation

Primary LanguageGo

serviceweaver

This repo is a demo application that is being used to test the serviceweaver framework

The goal is to setup a project using the framework, that leverages as much code generation as possible once given service proto definitions.

Start

Retrieve all the dependencies for the project with:

make tools

Generate the latest version of the code with:

make

Run the app

go run ./...

Test

Rudimentary data can be retrieved with the example HTTP requests found in api.http:

Links