EKON 26
The Conference for Delphi & more
November 7 - 9, 2022 | Düsseldorf

Server-Side REST Notifications with mORMot

Session
This talk originates from the archive. To the CURRENT program
Team Discount Save 100 € with a Team registraion Register now!

More talks in the program:

Infos
Tuesday, November 9 2021
10:30 - 11:30

The most powerful way of writing REST services is to define them via interfaces, then let the SOA/REST
framework do all the routing, data marshalling and communication behind the scenes. One distinctive
feature of mORMot is to define a method parameter as a notification interface, and let the server call
back the client when needed, as with regular Delphi code. This session will present the benefit of
defining REST services using interfaces, and how WebSockets can offer real-time notifications into your
rich Delphi client applications.