mardi 29 janvier 2019

Is there any tool, framework or programming language than generates both backend and frontend for me

Suppose I want a programming language like that

var label = new Label(id="textLabel")
label.onClick = function Action()
  label.color = color.blue
  database.store("table:log,field:color[" + color.blue + "],time[" + time.now() + "]"
end function

It will generate both HTML, CSS, JavaScript and backend(whatever language it can be). If there is any programming language tool or something like that please answer




Aucun commentaire:

Enregistrer un commentaire