Skip to content

rssdev10/JWebImageDemo.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWebImageDemo

This is a demo of Julia based image processing web application.

How to run

  • do git clone https://github.com/rssdev10/JWebImageDemo.jl.git
  • go inside JWebImageDemo.jl directory and run ./build.jl or julia --project=@. build.jl
  • run the app by ./run.jl or julia --project=@. run.jl
  • open a browser with http://127.0.0.1:8080

Precompiling

  • run julia --project=@. build.jl. This should produce sysimage/image.so binary file.
  • run julia --threads=auto --sysimage=sysimage/image.so --project=@. run.jl
  • open a browser with http://127.0.0.1:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published