Example | Description |
---|---|
bind | Bind Julia functions and call them from JavaScript. |
multiple | Create multiple webviews. |
server | Create a HTTP server asychronously and access it from Webview. |
It is recommended to use the environment for running the examples:
$ julia --project=@. -e 'using Pkg; Pkg.instantiate()'
$ julia --project=@. ./server.jl