DEV Community

economicsfight
economicsfight

Posted on

Competitive Polling and API adventure

Hey friends,

I just finished deploying a Competitive Polling App + Api Adventure! It's written in Go with a postgres db and stock html templates. Voting interfaces include a web interface, HTTP, as well as unary gRPC. Looking to extend it with a streaming gRPC endpoint soon. Rate-limiting is handled with the fantastic go limiter library.

It's mostly been helpful to learn more about implementing a gRPC server as well as diving deeper into a basic Golang web app. Definitely becoming my preferred stack for small projects over node/ruby or kotlin.

Any feedback around mechanics or styling would be great!
https://economicsfight.com/

Top comments (0)