Deploying HTTP.jl tutorial?

Are there any beginner tutorials for connecting a HTTP.jl server to the public internet? That is, I have wrapped some logic in a tiny HTTP.jl server running on localhost, but I’d like to host it somewhere as a small public facing API.

I suppose such a tutorial would be more about cloud providers and hosting and DNS and such than strictly Julia/HTTP.jl, and thus could be language agnostic, but all else being equal it’s nicer if it’s from a Julia perspective :slight_smile:

1 Like

I think I briefly walked through one way to do this (using GCP) at the end of my workshop a few years back: JuliaCon 2020 | Building Microservices and Applications in Julia - YouTube (probably want to scroll to the end)

3 Likes