fand / veda

⚡VJ / Live Coding on Atom⚡
http://veda.gl/
MIT License
509 stars 34 forks source link

Server mode #30

Closed fand closed 7 years ago

fand commented 7 years ago

This PR introduces server option config. If server is specified, glsl-livecoder launches web server on localhost. server accepts port number to listen on the server.

s

fand commented 7 years ago

Currently we can't use videos/images outside the project directory in server mode, because it serves the resources by passing the project directory to express.static(). I'm gonna test symlinks on windows later.