GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.32k stars 309 forks source link

support for unix socket #132

Closed rogeriojlle closed 5 years ago

rogeriojlle commented 5 years ago

like this:

app.serveOrigin('unix:///tmp/mysock', '/');

pavelfeldman commented 5 years ago

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.