You are not logged in.
I have a mORMot interfaced service RPC server that exposes several service methods. I understand how to make a client in Delphi to call those remote methods.
Is it possible to use another language to make the remote method calls too? For example, C++?
Last edited by xiwuping (2019-11-14 21:22:23)
Offline
Sure you can access the mORMot server from a client written in other languages - mORMot talks in HTTP/WebSocks/REST standards.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Thank you.
But is it already supporting automatically generated OpenAPI (also kow as 'Swagger') service definition? @edwinsn @ab
Offline
not sure, sorry. actually I don't quite understand Swagger
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Yes, there is preliminary support for this.
Search for "Swagger" in the forum.
See the corresponding template:
https://github.com/synopse/mORMot/blob/ … n.mustache
Online