
I Created a Boilerplate for gRPC Web
だいたい 1 分で読めます
Table of Contents
Once you start wondering if gRPC can be used for communication between web applications and API servers, it's only natural to want to try it out.
Setting aside whether it's necessary in the first place, even if you just want to quickly test it to consider its possibilities, the current situation requires time-consuming tasks such as setting up proxies and configuring converters properly.
Therefore, I have made it possible to start everything with a single command, allowing for easy experimentation.
It supports hot reloading, so please launch it and try making your own modifications.