I Created a Boilerplate for gRPC Web
about1mins to read
Table of Contents
Can gRPC be used for interactions between web applications and API servers? Once you think about it, you'll want to try it out, which is human nature.
Leaving aside whether it's necessary, even if you just want to touch on the possibility, the current situation is that it takes time to set up proxies or configure converters.
So, I made it possible to start everything you need with a single command and try it out easily.
It supports hot reloading, so please try starting it and adding your own changes.