Build a website with Julia

Very attracted by the concept of Julia, I’d like to try myself on an exercice.
I wonder if its possible to use the Julia base to design a website and build a little interactive ERP, doing calls to multiple languages (py, html5, php…) depending on my needs.

For this, I have :
-an host server (o2switch) wth mysql
-I want to use Julia like a concrete to link all differents elements and keep the door open between different kind of database (transactional, non transactional…)

Is it possible to build that kind of website base with Julia from an index.php skeleton file ? and design an interface ?
thx

1 Like

imho: yes

2 Likes

Thanks @ImreSame, it sounds like gold to me!