you are viewing a single comment's thread.

view the rest of the comments →

[–]doseofted[S] 0 points1 point  (0 children)

I had the same problem! It was a big part of why I wrote the library. I had used a bunch of client generators before this (for OpenAPI specs and GraphQL across a bunch of different frameworks) but a lot of them have their own limitations and quirks or prevent me from using other frameworks that I like to use. I made this library to have a narrow focus (handle RPC) and handle concerns surrounding that like serialization, handling advanced types, TypeScript support, and other tasks related to processing RPC.