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 <wookay....@gmail.com> 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?
>>
>

Reply via email to