Xeauk JS is a lightweight and minimal JavaScript 5kb web templating engine
Welcome to Xeauk JS. Xeauk JS brings the power
of JavaScript directly in your HTML.
No more writing complicated codes to bind variables to HTML.
On top of templating, Xeauk JS allows you to write
JavaScript expression directly inside the @{}
template.
We recommend using the CDN (Content Delivery Network) version.
xeauk.js (via CDN/ local)xController to the body tagxControllerx11.js remember to pass in
x.compile([],{option: "@{}"}).
Write JavaScript expression directly in HTML
E.g. displaying a computation, random numbers
or even displaying the current date time in real time