swift-server / swift-server/swift-http-server
Support binding to a unix socket
Open
Nobody has claimed this yet.
kind/feature
- Dominant language
- Swift
- Stars
- 44
- Forks
- 13
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 8
Description
Currently only IP address and port is supported as a bind target, unix socket binding is missing
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the server's existing bind-target configuration and the code that handles IP address and port binding. Inspect related tests or examples to understand the current interface, then add coverage showing that a Unix socket can be used as a bind target and verify the server starts successfully with it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100