# bacheca RSS/Atom feed generator with a simple REST API (and hopefully gRPC) Written using go-kit and Moa but should work fine alone, given you have a good enough reverse proxy setup. ## Things to note ### Regenerate protobuf file ```sh protoc --go_out=plugins=grpc:. bacheca.proto ```