c410-f3r / wtx

A collection of different transport implementations and related tools focused primarily on web technologies.
https://c410-f3r.github.io/wtx
Apache License 2.0
191 stars 6 forks source link

[gRPC] Create procedural macros that generate gRPC services #231

Open c410-f3r opened 1 month ago

c410-f3r commented 1 month ago

wtx supports gRPC at the protocol level but doesn't provide tools to facilitate development.

At the current time it is necessary to manually write services or resort to third-parties but everything should be resolved through the implementation of a native procedural macro.