Replies: 1 comment
-
sono uses the deprecated Deno So basically the packages are incompatible, and you would need to ask the developers of sono to update their library to utilise the native HTTP server and WebSocket APIs in Deno. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i made below code to make sono connection with oak
./Dependencies.ts
but it wont work because oak's
context.request.originalRequest
does not includesbufWriter
andbufReader
but deno's ServerRequest have themBeta Was this translation helpful? Give feedback.
All reactions