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

Benoît Chesneau
Web Craftsman and CouchDB Committer
Enki Multimedia

Speaker
Benoît Chesneau is a French web craftsman, living near Paris. He has years of experience in building small and big-scale database backend websites. He is the founder of Enki Multimedia, a company building innovative web services and open-source applications. Benoît Chesneau is the founder of the Refuge project.

Benoît Chesneau is also a PSF member, gunicorn author and Apache CouchDB PMC member & committer.

Website: http://refuge.io
Twitter: @benoitc

Benoît Chesneau is Giving the Following Talks
A Data Platform over and on the Web

Databases and web applications are intrinsically linked. But while people still separate both, we thought that we could innovate in the refuge project and embrace the new paradigms and standards that design what the web will be tomorrow. Erlang OTP could help a lot with that and most of the refuge platform is using it.

This talk will present a new way to exchange, render and use your data over the web by using Erlang and OTP to create a gateway or a thin layer between client applications and backends with the help of webrtc and websockets standards.

Talk objectives:
With some code, it will show you how to use core properties of Erlang and OTP to handle these new challenges:
    - Handle new protocols (pattern matching),
    - build a performant and scalable backend using OTP
    - distribute the works to other services in Erlang or not, locally or not

It will also highlight some libraries and tools we built that can help cover these topics.

Target audience: Erlang developers wanting to build new web services.