Closed rogeriojlle closed 5 years ago
like this:
app.serveOrigin('unix:///tmp/mysock', '/');
There is a more generic app.serveHandler that you can use to implement it. Since this is Unix-specific, I'd leave it up to the embedder / framework.
like this:
app.serveOrigin('unix:///tmp/mysock', '/');