# Build a website with Julia

**URL:** https://discourse.julialang.org/t/build-a-website-with-julia/26741
**Category:** New to Julia
**Created:** [July 24, 2019, 2:16pm UTC](https://discourse.julialang.org/t/build-a-website-with-julia/26741 "2019-07-24T14:16:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![General\_Augustus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/general_augustus/32/9286_2.png) [@General\_Augustus](https://discourse.julialang.org/u/General_Augustus)
#### Post date: [July 24, 2019, 2:16pm UTC](https://discourse.julialang.org/t/build-a-website-with-julia/26741/1 "2019-07-24T14:16:23Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ImreSamu](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/imresamu/32/20677_2.png) [@ImreSamu](https://discourse.julialang.org/u/ImreSamu)
#### Post date: [July 26, 2019, 12:42am UTC](https://discourse.julialang.org/t/build-a-website-with-julia/26741/2 "2019-07-26T00:42:43Z")

</div>

> [@General\_Augustus](#):
>
> if its possible to use the Julia base to design a website to build a little interactive ERP, making call to multiple language (C, html5, php…) depending on my needs.

imho: yes

- julia web frameworks : [https://github.com/svaksha/Julia.jl/blob/master/Server.md#frameworks](https://github.com/svaksha/Julia.jl/blob/master/Server.md#frameworks)
- calling multiple languages: [https://github.com/svaksha/Julia.jl/blob/master/API.md#languages](https://github.com/svaksha/Julia.jl/blob/master/API.md#languages)
- using different databases: [https://github.com/svaksha/Julia.jl/blob/master/Database.md](https://github.com/svaksha/Julia.jl/blob/master/Database.md)

---

<div class="post-metadata">

### Author: ![General\_Augustus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/general_augustus/32/9286_2.png) [@General\_Augustus](https://discourse.julialang.org/u/General_Augustus)
#### Post date: [July 26, 2019, 6:54am UTC](https://discourse.julialang.org/t/build-a-website-with-julia/26741/3 "2019-07-26T06:54:41Z")

</div>

Thanks @ImreSame, it sounds like gold to me!
