< Back
Lorenzo Gabriele

Lorenzo Gabriele

Lorenzo Gabriele is a software engineer with a strong passion about Open Source and the Scala programming language. He is one of the maintainers of the com-lihaoyi ecosystem and an early contributor to the Scala Native ecosystem.

The talk

SNUnit: scaling down HTTP services with Scala Native and NGINX Unit

NGINX Unit is a lightweight open-source application runtime that provides essential components for web applications: it runs application code, serves static assets, handles TLS and request routing. We'll talk about SNUnit, a Scala Native driver for NGINX Unit, which allows building high-throughput and resilient http applications in Scala Native and scaling down infrastructure while delegating to the application server many tasks that we used to implement in our applications.