Skip to content
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

[Question] : Ember JS in existing nodejs mobile #20665

Closed
jhay06 opened this issue Mar 22, 2024 · 3 comments
Closed

[Question] : Ember JS in existing nodejs mobile #20665

jhay06 opened this issue Mar 22, 2024 · 3 comments

Comments

@jhay06
Copy link

jhay06 commented Mar 22, 2024

Hi , is there a way i can include ember js on existing nodejs mobile without building it to APK ? what should i need to add in libs to run ember js ?

I have a mobile app created in different language , QT , then i just added nodejs library there because the app has a webserver intended to be localhost only , so building emberjs app directly to apk is not an option because the one that creates the apk is the qt compiler .

is there any instruction or just the standard ember cli works out of the box ? im confused on the .bin folder because there has a lot of windows executable dependency there .

any way ? thanks in advance

@evoactivity
Copy link

Is your QT app creating a webview that loads the localhost nodejs server?

If so you should have nodejs server return the build output of an ember app just like you would if deploying to a normal web server. Part of your build script should first build the ember app and copy it's output to a directory of your preference and have your nodejs server load the index.html.

@jhay06
Copy link
Author

jhay06 commented Mar 31, 2024

I see , thanks will try

@kategengler
Copy link
Member

Closing; please use discuss.emberjs.com or the Discord or other places mentioned here for help https://emberjs.com/community/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants