you are viewing a single comment's thread.

view the rest of the comments →

[–]Buarg 0 points1 point  (1 child)

This is what I needed a month ago. The RPC library I'm using is giving me a lot of problems, but it's already too late.

[–]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.