mapbox / mapbox-studio-classic

https://www.mapbox.com/mapbox-studio/
BSD 3-Clause "New" or "Revised" License
1.14k stars 229 forks source link

Unix socket support when running studio as server #1478

Open stepankuzmin opened 8 years ago

stepankuzmin commented 8 years ago

Mapbox Studio Classic only supports port when running as server. Now we can run Mapbox Studio Classic on unix socket:

node index-server.js --socket mapbox-studio.socket
springmeyer commented 8 years ago

@stepankuzmin - interesting feature, thanks for providing the pull. Before merging we need some kind of test to ensure this works and does not regress ever. Can you add a test?

stepankuzmin commented 8 years ago

Thanks for reply @springmeyer! Should I just test that server accepts requests using socket or something else?