-
Notifications
You must be signed in to change notification settings - Fork 517
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
feat(node-server): support listening to unix sockets using NITRO_UNIX_SOCKET
#1201
Conversation
β Live Preview ready!
|
NITRO_SOCKET
Codecov Report
@@ Coverage Diff @@
## main #1201 +/- ##
==========================================
- Coverage 77.89% 77.80% -0.09%
==========================================
Files 76 76
Lines 7816 7816
Branches 800 797 -3
==========================================
- Hits 6088 6081 -7
- Misses 1726 1732 +6
- Partials 2 3 +1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I have updated implementation to be simplified and also support TLS sockets.
NITRO_SOCKET
NITRO_SOCKET
NITRO_SOCKET
NITRO_UNIX_SOCKET
π Linked issue
Resolves #1129
β Type of change
π Description
This PR implements the mechanism necessary to serve over the UNIX domain socket.
π Checklist