YetAnotherHttpHandler
YetAnotherHttpHandler copied to clipboard
Can YetAnotherHttpHandler be used to create a gRPC server in Unity?
Hi, I was wondering if this library can also be used to create a gRPC server inside Unity.
My goal is to run a gRPC server directly in a Unity project, handling incoming requests while using YetAnotherHttpHandler as the HTTP/2 handler. Is this supported, or is this library strictly for making client requests?
If not, do you have any recommendations for setting up a gRPC server inside Unity?
Thanks in advance!
This library is for implementing HTTP/2 clients (gRPC clients), and does not provide any functionality for implementing servers. Unfortunately, it will not help you run a gRPC server on your Unity application.