https://authzed.com logo
Title
r

RichiCoder

05/23/2023, 5:50 PM
Howdy howdy! For some context, I'm attempting doing development for a project all in the CloudFlare Workers/Edge environments and in JavaScript. My immediate reaction was to try and use
@authzed/authzed-node
but since it's all based on the gRPC node SDK it kinda falls apart in Workers. Trying to use to the Rest API directly, but already running into the issue that because some APIs are streaming via gRPC Gateway and they aren't fully formed json responses (
\n
seperated chunks). Is there any advice on parsing these responses before I get too deep into it?