Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Launching and managing a webserver

$
0
0

Hi all,

I have developped an app in Julia that will served by a webserver made of HTTP.jl functions.
I want to use it in a production environment.
It means at least:

  • to start it properly,
  • keep it running in the background,
  • have some robustness to errors.

Do you have some best practices, tutorials, content that would help that setup of the server (no Docker and a low volume of requests to that server, perf should not be an issue)?
I have long considered using Genie.jl to assist me on that task, but I prefer more low level approaches with HTTP.jl at this time (the tutorial of Quinnj was very help MusicAlbums to design the app and server).
Thanks!

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles