-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat/implement ws #5
Feat/implement ws #5
Conversation
Hello @viralgupta, thanks so much for sending this pull request. Please check the following answers for the above queries:
Answer: The app gets launched the same as the new CLI. The user doesn't need to provide any app path or path to web resources. We can use the path as
Answer: (For all questions regarding frontend library-based development): This won't be an issue as long as we use the same logic that exists in neu CLI. Please check CLI implementation carefully. We can ignore this until you implement the WS connection and implement APIs I guess.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @viralgupta Thanks so much for sending this PR. I've added some notes to the submitted changes and answered your queries posted on the PR description 🎉
Hi @shalithasuranga sir, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sending your updates. Looks great now 🎉
Hi @shalithasuranga sir, I have several questions regarding this PR. Please bear with me 😅
neutralinojs.config.json
file) or the path to theindex.html
file?bin
folder inside the root folder (i.e.,"{url}/bin${path.sep}${binaryName}"
).index.html
file.patchFile
,devUrl
,initCommand
, etc.index.html
file), it also comes with some issues:neutralinojs.config.json
file to run the app, since we only have index.html file so how will we solve this issue. we might have to generate a basic config file before running the app.neutralinojs.config.json
with minimal config and logic to fetch the binaries before running the app in the package already.Info about this PR