Hi Shashi,
I was following example 1 at escher-jl.org:
hello.jl contains:
function main(window)
plaintext("Hello, World!")
end
I get a similar result for most of the example files. Some don't show
anything, just a blank screen; I don't remember which was which.
-Reuben
On Tuesday, November 1, 2016 at 2:23:49 PM UTC-5, Shashi Gowda wrote:
>
> Hi Reuben,
>
> what's in hello.jl ? There isn't a examples/hello.jl in Escher is there?
>
> A file you are trying to serve should end with a function definition such
> as:
>
> function main(window) # must take an argumentend
>
> And this function should return the UI object you want to render.
>
> On Tue, Nov 1, 2016 at 9:50 PM, wookyoung noh <[email protected]
> <javascript:>> wrote:
>
>> Hello, I'm a developer of Bukdu.
>> https://github.com/wookay/Bukdu.jl
>>
>> it's an web development framework on top of HttpServer.jl
>> Thanks!
>>
>> On Tuesday, November 1, 2016 at 1:08:01 PM UTC+9, Reuben Brooks wrote:
>>>
>>> Context: I love julia, and I've never built any kind of webapp. Most of
>>> my programming experience is in Mathematica and Julia...hacking things
>>> together (poorly) in Python when nothing else works.
>>>
>>> Problem: I have a script / notebook in julia that pulls data from
>>> sources, analyzes it, builds fancy plots, and has lots of nice information.
>>> Now I want to build a basic webapp that will allow me to access this
>>> information anywhere, anytime (will be updated regularly).
>>>
>>> Question 1: is there a julia package that suits my needs well, or should
>>> I look at using some other fronted to create the frontend? Elm intrigues
>>> me, as much for the learning as for the actual solution.
>>>
>>> Bottom line: I don't know enough about what I'm wading into to choose
>>> wisely. What does the community suggest?
>>>
>>
>