YetAnotherHttpHandler icon indicating copy to clipboard operation
YetAnotherHttpHandler copied to clipboard

Can YetAnotherHttpHandler be used to create a gRPC server in Unity?

Open neosarif opened this issue 10 months ago • 1 comments

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!

neosarif avatar Feb 05 '25 21:02 neosarif

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.

mayuki avatar Feb 06 '25 09:02 mayuki