Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples of Webviews.jl

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.

Usage

It is recommended to use the environment for running the examples:

$ julia --project=@. -e 'using Pkg; Pkg.instantiate()'
$ julia --project=@. ./server.jl