-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
A simple Example #204
Comments
Check this out: https://gist.github.com/travigd/f0ac838addf5f4db06d56da9360275fe |
Thanks, It may be a good starting point for me. |
I also found this. I leave it here for others. |
@alirezamecheng this section of the documentation (accessible from the README) contains a simple example of javascript <-> julia communication: And it links to this larger page which entirely covers that topic: The documentation is definitely very sparse, so feel free to send a PR to update it if you have any recommendations! :) We always love documentation PRs! :) |
Hello,
I read the documentation and I am confused about the Julia and JavaScript communication (Maby because I have no experience in web development).
I need a simple GUI for my app in a way that the user has three number input forms which by inputting two of them the third one will be calculated by the Julia program and a selection box that returns the selected value to the Julia program then there is a calculate button that runs a function with inputted numbers and selected value from the form.
It will be appreciated if you can help me and give me some examples.
The text was updated successfully, but these errors were encountered: