Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to build an executable with ElectronJS #97

Closed
pmortelette opened this issue Sep 15, 2020 · 2 comments
Closed

How to build an executable with ElectronJS #97

pmortelette opened this issue Sep 15, 2020 · 2 comments

Comments

@pmortelette
Copy link

Hi,

I was wondering if this is possible to build an executable with ElectronJS using UIBuilder instead of node-red-dashboard.

I'm actually trying to get everything running but having a lot of issues when I start the application (a lot of 404 errors).

If anybody already make an executable, please explain to me how you did it.

Thanks

@TotallyInformation
Copy link
Owner

Hi, sorry about the delayed response.

You could, I expect, build an executable app with Electron. It would include just your front-end code and possibly a copy of uibuilderfe.js.

You would need to use the optional parameters to uibuilder.start() to tell the library where the Node-RED server existed and what the Socket.IO namespace was.

On the roadmap (though a long way off probably unless someone supplies some code) is a web worker variation of the uibuilderfe library which would allow the app to be "installed" on a device. Though of course, since uibuilder is primarily a data-driven web app tool, you would most likely still want to keep the websocket connection live.

@github-actions
Copy link

Stale issue message

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants