GoogleChromeLabs / carlo

Web rendering surface for Node applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for unix socket

rogeriojlle opened this issue · comments

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.