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?