datmetal1
datmetal13mo ago

is there a deno-fresh compatible json rpc 2.0 websocket package?

i need help finding an json-rpc 2.0 pacakge compatible with deno-fresh for both frontend and backend using websockets.
1 Reply
Deno AI Helper
Deno AI Helper3mo ago
I wasn't able to find the answer to your question in the official Deno documentation regarding a Deno-Fresh compatible JSON RPC 2.0 WebSocket package. However, based on your message, there doesn't seem to be any obvious syntax errors or mistakes. Since Deno-Fresh is a modern web framework designed for Deno, it should be possible to integrate a JSON RPC 2.0 WebSocket solution if one exists, or you might consider implementing the protocol yourself using Deno's standard libraries for WebSocket. Please note that this advice is not based on the Deno documentation, and I would recommend double-checking the accuracy of this advice and exploring the Deno third-party modules (https://deno.land/x) for a package that might meet your requirements. If you don't find a pre-existing package, you may need to implement the functionality manually or consider contributing to the ecosystem by creating one.