Replies: 2 comments 3 replies
-
@ruffsl Is there a bug you want to report here or is this a feature request? If this is a feature request please post this over in the discussions: /~https://github.com/orgs/foxglove/discussions rather than this repo as a bug. |
Beta Was this translation helpful? Give feedback.
-
I wanted to file this feature request on the specific repo to where its relevant, rather than defer to a general user form. I find technical discussions easier when github permalink expansion and whatnot are working in the same repo of origin, e.g.: The above call sight is where it would be nice to support the Feel free to change the label of this ticket to from bug to feature, or transfer this ticket where you'd prefer for your org. |
Beta Was this translation helpful? Give feedback.
-
When hosting a foxglove websocket bridge behind a reverse proxy on the same machine, it would be nice to support unix sockets as a host address/port for the websocket server connection. This could be more efficient than redirecting websocket traffic over local loopback network interfaces, with some web servers now natively supporting unix sockets:
As a bonus, this could improve the overhead performance/latency in Foxglove Studio as well, if compatible with the Electron app, providing a performative alternative to the deprecated native ROS2 bridge that could've used DDS shared memory transport.
As of writing, it looks like the
websocketpp
library used here has a ticket and PR implementation for supporting unix sockets:Beta Was this translation helpful? Give feedback.
All reactions