in reply to Web application framework and Smartphone apps
I'm not a big fan of using "fat" client-side Javascript to implement what would otherwise be static content.
For something more "app-like" (a weather information app), I had great success with using Perl to prepare the JSON and then Javascript to implement a Progressive Web App on the client side to render the JSON into something interactive.
I've given a presentation about this and the code is online as Weather::MOSMIX and https://github.com/Corion/PWA-WeatherClient for the client-side Javascript.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Web application framework and Smartphone apps
by monx663 (Sexton) on Apr 06, 2021 at 10:46 UTC |