We were looking into this a while ago. See https://github.com/JuliaLang/julia/issues/9430
I'm not sure where things stand now, but Stefan's comments here are interesting and I think progress has been made generating binaries https://groups.google.com/d/msg/julia-users/EPzWdFwCGFU/OklaINvOlZIJ Until this works, I'm just communicating with a Julia server over http. By the way, this is also how the Atom/Juno editor works, so you can get some ideas there. https://github.com/JunoLab/atom-julia-client/blob/master/docs/communication.md On Thursday, October 8, 2015 at 1:02:36 AM UTC+8, Lampkld wrote: > > Hi everyone, > > I'm trying, among other things, to create single page client side apps > /reports in Julia like knitr. > > Is there any package working on Julia to JS compilation? Anyone know how I > can call JS from Julia? > > Thanks > > > > >
