You are not logged in.
Pages: 1
Hi all,
Which type of application must be created for server side services?
I have an old application that want to separate into two physical layers (server and client) , and write business in server side that expose services to the client. Also need to create client side for web and mobile. But I don't know which type of application is appropriate for server side that can publish on the web easily.
Thanks in advance.
Offline
Thanks a lot.
after creating server application, can I deploy on the web? I don't have a dedicate server.
Offline
Thanks a lot
I want to create a Http server with interface-based services with MVVM pattern. also in client application I have only UI without any business code.
with this architecture , Can I have a asp.net that connect to this server and working with that?
Would you tell me that this architecture is good or not?
I want to write my core engine with delphi and publish on the web( with buying a dedicated server) and connect to the core from the browser. Also want to create client application (web app) with Angular and asp.net core.
Also in intranet , I want to create client desktop application with Delphi to connect to the Server that is hosted on that intranet.
would you tell me that which architecture is the best for me.?
Thanks .
Last edited by Hmdsadeghian (2018-07-09 16:25:10)
Offline
Thanks a lot
Offline
I'm focus on example 16 . "Execute SQL via services". Is this sample is appropriate for me for creating REST server application from this example or not?
Offline
No, this is too close to the metal, since it exports SQL remotely.
Define high-level REST endpoint, via interface-based services, using simple DTO objects or records.
Check sample 14 + 20 + 35
and https://synopse.info/files/html/Synopse … ml#TITL_63
Online
Thank you very much
Offline
Pages: 1