Recording not yet published
Talk
30:00
Bridging the Gap between Frontend and Backend with Gleam & Lustre
Many technologies and frameworks aim to simplify the interaction between frontend and backend, as well as offering one language targeting both.
Lustre, a web framework for Gleam, does not just offer this as one of it’s features, but is instead built around this as a principle.
With Lustre’s server side components, the gap between the ECMAScript world in the browser and the backend in BEAM is bridged in the most elegant way.
In this session we will go through the simple process of setting up server components and see them in action.