Web App , what does it mean ?

coslad

Well-Known Member
Licensed User
Longtime User
I would love to learn how to create some applications for the web, but I am very confused, definitely do not want to learn php and I want something that looks like BXA.
For example you can develop web app with the B4J tool , in this case you have to create the html page and then create the code back with b4j, you can use visual studio with asp.net, or you can use Xojo ( ex real studio) .Which way is the easiest to develop simple web app ?
 

coslad

Well-Known Member
Licensed User
Longtime User
Knowledge of HTML can be overcome by using some tools for creation the user interface like "wysiwyg web builder" that already contains some jqyery ui, right?

A web app created with B4J can performs other operations? I mean that in part to respond to user requests via html pages, can it runs for example at a certain time on a backup database or connect to a server MQTT?
 

coslad

Well-Known Member
Licensed User
Longtime User
But in b4j what kind of system should I use to perform a task at a given time? A simple timer?
 
Top