in reply to Perl JSON mobile apps

Can't you just make a reactive, 'mobile first' site that works on phones, tablets and desktops without needing users to install an app? Things like Bootstrap can help with that.

Replies are listed 'Best First'.
Re^2: Perl JSON mobile apps
by monx663 (Sexton) on Feb 08, 2021 at 21:16 UTC

    Thanks for the helpful input, guys.

    I was reading up on AngularJS and React, the other day, as I've noticed the latest "trend" of moving away from app stores and into browser based apps, instead.

    The thing that got me worried in a way, was the fact that both of these front-end frameworks seem to try and lock you into a technology that is not controlled by open standards. But are corporation attempts (Google and Facebook) to wedge themselves into the programmers' logic.

    It sort of reminded me of how Microsoft attempted to control the web by "forcing" many web developers to use VBScript instead of ECMA/Java-Script.

      I don't know your business, but I do know that a lot of users are getting sick of installing a different app to use each site, when the back-end is the same as the web based system. Bootstrap was just an example, I've used it and it doesn't dictate anything relating to the perl/server side of things. If as like you say you are happy with the MVC setup you have in place, you should be well placed to replace the existing front end with one which caters for all clients. The benefits in terms of support an maintainability in terms of one thing vs a website (catering for various browsers/devices) and multiple app platforms is quite clear.