Replies: 1 comment 1 reply
-
Not really answering your question, but why not continue to use nginx as the proxy? It would be much more efficient at the job |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an RTMP server, and initially, I used nginx's proxy. However, in Deno, I couldn't find a similar method. The fetch request method is invalid because it's an RTMP request instead of HTTP. Is there any functionality similar to nginx's proxy_pass?
nginx config like this:
how to implement this with deno way?
Beta Was this translation helpful? Give feedback.
All reactions