A Node.js project demonstrating HTTP servers over Unix domain sockets and Windows named pipes. This example is designed to test Postman's Unix domain socket URL support. On Unix-like systems (macOS, ...
UNIX Sockets are insanely fast as it operates between processes and not through a network (e.g., TCP/UDP). Very useful when you are developing a local-only applications that run on separate processes.