Skip to content

alexmdac/xoogle3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xoogle3

Bazel workspace for C++ with some batteries included, intended to help folks who would like to use C++ for programming assignments (e.g. coursework, interviews).

Libraries

Get started

$ bazel run //examples/hello -- --logtostderr

Dazel

You can also use dazel to run the examples in a container. The repo contains a .dazelrc file that maps port 8080 for testing network servers.

(shell a)$ pip install dazel
(shell a)$ dazel run //examples/http -- --logtostderr
(shell b)$ curl localhost:8080

About

mini-monorepo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published