Skip to content

mpataki/go_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_playground

This project holds experimentation with tools surround go projects, and has grown into a template that can be used to bootstrap new projects.

In particular, gRPC projects with a go server implementaiton. It also produces go, java, and npm packages that clients can consume to integrate with the server.

Run

go run ./service

Build

podman build .

or

docker build .

Run via docker-compose

podman compose up

or

docker compose up

cURL

buf curl \
  --schema proto \
  --data '{"name": "You"}' \
  http://localhost:8080/mpataki.go_playground.proto.greeting.v1.GreetingService/SayHello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors