Replies: 1 comment 5 replies
-
|
If the requests should go to different server instances based on their port, using a reverse proxy like nginx might make sense, to redirect the requests at entry level already. For non-HTTP requests, you can have a look at how websocket support is implemented in the WebSocketServerConfigurator. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was trying to configure CSS so that I could set up multiple servers and the requests would be plexed to a waterfall handler based on their port request. The other point is one of these servers is going to handle a protocol that isn't HTTP. I wanted some advice on what would be a good starting point and where I would need to think about "placing" this object to pass that in.
Beta Was this translation helpful? Give feedback.
All reactions