Skip to content

aranw/connect-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-go-example

This is a simple example that uses buf.build to generate a simple Go API using connect-rpc.

Prerequisites

Usage

❯ buf generate

View the generated code in gen

You can also view the openapi spec in gen/openapi.json

A generated version of the documentation is also hosted on bump.sh

Testing

❯ curl \
    --header "Content-Type: application/json" \
    --data '{"name": "Aran"}' \
    http://localhost:8080/greet.v1.GreetService/Greet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages