Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vote: unix socket support #6

Open
shellscape opened this issue Oct 20, 2018 · 0 comments
Open

vote: unix socket support #6

shellscape opened this issue Oct 20, 2018 · 0 comments

Comments

@shellscape
Copy link
Owner

Please vote for this feature by using the Github Reactions button and the 👍 reaction. When this feature reaches 10 votes, it will be implemented.

Feature Use Case

const { createServer } = require('http');

const unixSocket = '/opt/tmp/.socket';
const server = createServer(...);

server.listen(unixSocket, () => { ... });

Feature Proposal

Proposed socket options property. This property will override (and discard) any host and port combination set in the options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant