Just to overcomplicate matters, you could actually serve up a kind of poor-mans JSP, by loading the file and searching for <%= and %>, then running eval on what's inside :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just to overcomplicate matters, you could actually serve up a kind of poor-mans JSP, by loading the file and searching for
<%=
and%>
, then running eval on what's inside :)