Closed iwanders closed 9 years ago
Hi,
could you please squash the two commits? ( https://help.github.com/articles/about-git-rebase/ ) I still need to test the commit since older versions of mongoose websocket server had issues with named websocket connections, but I'am confident that's already fixed.
Done. Thanks for the pointer, I did not know this was possible.
Is this also the reason for https://github.com/notandy/ympd/issues/24 and problems running ympd behind a proxy?
I propose a slight change to the javascript function which creates the websocket URL.
This way the websocket connects on an URL different from the webpage. This makes it easier to use a different backend, for example the Python backend I created (https://github.com/iwanders/ympd_python).
The original C backend does not require any changes to continue working.