jglosz 0 Posted Monday at 07:57 PM Hi.. I'd like to create a niche-ecommerce platform, like ebay but between very specific customers for the web, for starters. It would need access to a large DB (so, using AWS or Azure) and I'd love to create a Delphi FMX app to be hosted on a standard Windows (or Linux?) host which would present dynamic pages to the user (based on their search terms).. and then they can choose and then order/buy something.. My questions: 1. Is using Delphi overkill in your opinion? I'm very comfortable with Delphi, but is the hassle of getting an application hosted on a web host too difficult? Looks to me like some hosts (like GoDaddy) don't allow such things. So would just something web-native like Javascript be a better choice? 2. If a web-hosted Delphi application is workable, would you have a particular host recommendation? Is there one you like? 3. And of course, a phone app (both Android and iOS) .. I created a simple iOS app once, about 10 years ago, and even got it in the Apple store, but man were there a LOT of hoops to jump through. I haven't revisited the iOS side of Delphi since, but I hope it's gotten easier, lol! Thank you for any advice you may have! [heart emoji here] Joseph Share this post Link to post
Angus Robertson 574 Posted Tuesday at 09:02 AM You need a data centre hosted server, either a physical machine you rent or own, or a virtual private server running on data centre hardware, you then have complete control over what applications are installed, not sure why you want FMX unless for Linux. I have a hosted Dell rack server in one data centre, and a secondary VPS in another, running all my Delphi servers. But many companies just order virtual servers from Azure, AWS and others, which have the benefit of scaling, but can be horribly expensive. Azure seems easy to buy, I've been getting spam emails from 50 or more Azure VPSs in India, USA, Netherlands and the UK, Microsoft seems to sell VPS to anyone. Angus 1 Share this post Link to post
PhilPlus 5 Posted Tuesday at 09:19 AM A FMX (or VCL) application is not a Web application. The best way, if you need to have a full Delphi Web dev project, is to use a framework like TMS Web Core : https://www.tmssoftware.com/site/tmswebcore.asp or UniGui : https://www.unigui.com/ both creating web applications in Delphi. 1 Share this post Link to post
Die Holländer 36 Posted Tuesday at 02:35 PM (edited) 5 hours ago, PhilPlus said: if you need to have a full Delphi Web dev project, is to use a framework like... or https://thinfinity-vui-v3-docs.cybelesoft.com/ It seems it delivers the whole environment needed.. Delphi Demo Edited Tuesday at 02:38 PM by Die Holländer 1 Share this post Link to post