-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radio start script #44
Comments
What about the readme? Joke aside, can we use electron or something similar to compile it to an executable for Win/Mac, so it can be a one click start? |
This is a fresh idea but we should already have the server uploaded and working on some url. Then we can wrap up the UI in an electron executable which connects to let's say http://radio.yavor-ivanov.net. Having a native app will make the radio more accessible, but I don't think it refers to "starting the radio". |
Sorry, I may have worded that little confusing. What I meant was to build an executable for the server side, which would start an instance of the server without having to deal with installing dependencies, maybe with localtunnel/ngrok included and give you an URL for people to join your radio. I don't think that an executable version of the client would do us any good, since we already have a pretty easy way to join in via the browser, unless there's a native OS functionality that we can use, which would improve the user experience. |
A non-technical colleague of ours wants to be able to "start the radio" himself. I think we can wrap something simple with npm where we start a local instance, open localtunnel/ngrok then open a browser with the tunnel url for him. Of course he needs to have the project already configured on his machine.
The text was updated successfully, but these errors were encountered: