DioxusLabs / DioxusLabs/dioxus
Bind to unix socket
Open
enhancement
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
Add environment variable and functionality for dioxus server to bind to unix sockets, not just tcp
## Implement Suggestion
You can provide `UNIX_SOCKET` environment variable insted of `IP` and `PORT` to bind to local unix socket
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue does not name files or tests; start by locating the Dioxus server startup and the existing IP/PORT environment-variable handling. Trace how the server creates its listener, then verify that UNIX_SOCKET can select a local Unix socket instead, with the existing TCP behavior unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100