Replies: 1 comment
-
I have added an example here showing how to implement a proxy: https://github.com/socketry/falcon/blob/main/examples/proxy/falcon.rb |
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 am curious to know if falcon or perhaps falcon combined with other socketry components would be suitable for use a quick to setup reverse proxy?
For example, if I was to use NGNIX with the following configuration :
server {
listen 3001;
}
How would I approach this with Falcon or would I need to look at building or using some other tools to get this working?
Thanks and hopefully this is something which Falcon is already capable of handling? If this functionality is not yet ready I would be happy to help out to get it going even if that is a separate project, wrapper or set of scripts?
My end goal is to be able to easily setup a system to put up / tear down a set of reverse proxies.
Beta Was this translation helpful? Give feedback.
All reactions