header source
my icon
esplo.net
ぷるぷるした直方体
Cover Image for I Created a Boilerplate for gRPC Web

I Created a Boilerplate for gRPC Web

about1mins to read

目次

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.

https://github.com/esplo/grpc-web-boilerplate

It supports hot reloading, so please try starting it and adding your own changes.

Share