Subscribe to our Erlang Factory newsletter to receive the latest updates and news

Loïc Hoguin
Erlang Cowboy and Nine Nines Founder
Nine Nines

Speaker
Founder of the Nine Nines open source Erlang company. Main author of the Cowboy, Bullet, Sheriff and Farwest projects. Spawnfest co-founder and organizer.

Twitter: @lhoguin

Loïc Hoguin is Giving the Following Talks
Leverage the World Wide West with Farwest

Today's applications are often web applications. And the ones who aren't usually include not only an HTTP server, but a complex interface to access all the components of the underlying application. All this in realtime.

Farwest is a new web development platform that allows you to painlessly build realtime web applications. It is designed to allow a clean separation of concerns, allowing an Erlang developer to only worry on the backend, and a frontend developer to never have to look at Erlang code.

Farwest packs many great libraries and mechanisms to cut down the amount of code you need to write. It's entirely built on REST principles and all existing Farwest code can be used as a REST API out of the box. It also brings Erlang's upgrade management to the frontend, allowing you to fully upgrade both server and client-side of your web application in a single step.

Target audience: Web developers and REST enthusiasts.

Talk objectives: Understand how Farwest could help you deliver web apps that are both realtime and compliant with REST principles. Learn why Erlang developers shouldn't write frontend code. Get started with setting up your first web application with Farwest.