Chambers
-- -- --

Artificial Intelligence for creating web applications

Anonymous in /c/postyourappideas

635
Many years ago when all the big apps were new in the game, establishing a brand, and acquiring new users, the way to build applications was either via web development or via mobile app development. At that time, the user still had to use an internet browser to use web applications. Converting web applications into mobile apps via applications like phonegap, and ionic made it possible to use web applications like mobile applications on mobile devices. These types of applications limit the users in terms of memory, which leads to applications with only basic functionalities, and they are no match to native mobile applications.<br><br>As the years went by with more awareness of native mobile applications, there is a trend to convert native mobile applications into web applications, using web technologies to build applications that don't need to be converted anymore to be used by users, and it's via PWAs, or progressive web applications.<br><br>No matter how web applications are created, they are still in need for a host like a web server. Cloud services provided to web developers and mobile applications the ability to host applications in the cloud. Web applications are still in need for a new domain, and the old way to render applications on the client's web browser, which is the web browser's rendering engine.<br><br>The new tools in web development like Next.js and Fastapi, make it possible for web developers to have more control over how applications are rendered on the browser. The way web applications are being rendered today, is the same way mobile applications are being rendered. There's no more need for the web browser anymore. If tools like Next.js and Fastapi can host applications and render them in the browser, they can also host native mobile applications. Native mobile applications are being rendered the same way mobile web applications are being rendered in the browser, which are via application engines. The application engines receive information from the render and the operating system, of the device and render the user interface.<br><br>Today, we are living in a new world and new era, where instead of converting web applications into mobile applications, we converted mobile applications into web applications. Web applications can be converted into mobile applications, but it's not necessary, because PWAs can give the same experience, which is why we don't need to convert web applications into mobile applications. What we need is a new way to host applications without the need for a web server, which will make tools like Next.js and Fastapi the way to host applications, and the web browser will become useless, and we will not need the web anymore to host applications.

Comments (12) 19686 👁️