-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
Would be helpful to include a static web server to deliver the client web app. I was thinking of adding two more CLI options:
--web-root=/path/to/webroot/
--pipeurl=/path/to/websocket
This allows for websites to be fully dynamic while remaining language agnostic using websockets for any dynamic io and the static web servers for the rest.