thejinchao / turbolink

TurboLink is an unreal engine plugin enables Google gRPC work with Unreal Engine using C++ and Blueprint
MIT License
165 stars 50 forks source link

Make the gRPC plugin as the service #51

Open kaicchen6 opened 2 months ago

kaicchen6 commented 2 months ago

Hi, the plugin is very useful, I find all the samples running as the clients, and the gRPC service is running by Golang;
So could this plugin be used as a service directly, just using C++ or blueprint? thanks