Skip to content

deadmoto/polyglot-repo-example

Repository files navigation

Bazel starter kit for Go/Java/Python/C++

Warning: Do not edit this file without permission.

Run

Start a new Nix shell: nix-shell

C++ client

bazel run //cpp:echo_client

C++ server

bazel run //cpp:echo_server

Golang client

bazel run //golang:echo_client

Golang server

Not implemented yet.

Java client

bazel run //java:echo_client

Java server

bazel run //java:echo_server

Python client

Not implemented yet.

Python server

Not implemented yet.

About

Build your polyglot repo with Bazel easily.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors