A way to use NGINX Unit without having to change your code #1329
willnode
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm quite surprised that the most learning curve is made to make the library compatible with our software. What if we don't have to do that?
So I made a proxy tool here: https://github.com/domcloud/proxy-unit
Basically the tool will spawn any kind of software and injecting a new
PORT
env, then the tool will establish a new connection between Nginx Unit libraries to that newly spawnedPORT
env.Aside from not having to change your code, you also get websocket support in any kind of software language that NGINX Unit currently doesn't support yet.
Beta Was this translation helpful? Give feedback.
All reactions