Mikhail Smal: Introduction to Fable.Remoting

  F#

!!! We are going to close 3rd FSharping season with 20th F# meetup !!!
!!! There will be little delicious surprise for every attendee !!!

Mikhail Smal: Introduction to Fable.Remoting

The overwhelming majority of modern client-server applications use REST a as form of communication between frontend and backend. A server provides endpoints and a client makes HTTP requests to them.

In this talk I would like to show how to make these requests easier, moving away from request-response way of thinking towards RPC "local method call" approach. Fable.Remoting allows to keep the domain model in one shared place, giving a simple, RPC-style, type-safe communication just in a couple of lines of code.

Zdarma