JerryMungo
Honorary Master
- Joined
- Jul 18, 2008
- Messages
- 37,529
- Reaction score
- 6,278
.
Last edited:
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
An application, with server side logic, that is hosted o the web and accessed via browser… and doesn’t require additional client software installation to run... well that's the definition in the context I gave it. A web app could technically be anything that is hosted on a web server and listens for connections over http protocol.
Nope, why would you say that?
Elaborate on why you wouldn't use Flutter for the web interface?
you’ll have to back that up. Sounds like opinion.
Wordpress is a web app. You can use it to produce websites, but it is a web app. It has a back end and server side logic. I can even create static websites with Wordpress and deploy them independent to it, but Wordpress itself remains a web app whether my website visitors login or interact with the admin side or not.
What I’m doing is creating an app that runs in a browser and as a native mobile app. Flutter seems ideal for all 3 of those. I do have a separate c# app for database interaction via API, but users interact with the app.
What I’m doing is creating an app that runs in a browser and as a native mobile app. Flutter seems ideal for all 3 of those. I do have a separate c# app for database interaction via API, but users interact with the app.
Wordpress is a web app, but it produces static pages. Website -> static page, web app -> dynamic / changes based on user input. The tool bit was a good example imho, and it depends on how the end user uses it.you’ll have to back that up. Sounds like opinion.
Wordpress is a web app. You can use it to produce websites, but it is a web app. It has a back end and server side logic. I can even create static websites with Wordpress and deploy them independent to it, but Wordpress itself remains a web app whether my website visitors login or interact with the admin side or not.
What I’m doing is creating an app that runs in a browser and as a native mobile app. Flutter seems ideal for all 3 of those. I do have a separate c# app for database interaction via API, but users interact with the app.
Static in that it's always the same content being served.It doesn’t produce static pages by default, you need a plugin for that. It produces database driven pages using php.
If the pages are dynamically produced from a DB they’re not static. If your website content doesn’t change often you can benefit massively from converting pages to static and hosting without the php and DB, but Wordpress is natively dynamic.
If you don’t believe me, try hosting it without Php.