Hello ufront-hello

This is a simple "Hello World" example for Ufront. You can click a name below, or you can even enter your own name. Technology these days, simply incredible!

If you open your browser console, you'll see that after the initial page load, the client.js script kicks in and it behaves as a single-page-app, no HTTP requests. But if you disable JS, it all still works, server side. Which is great for old browsers, SEO, and fast first page loads.

Ufront also supports calling server APIs seamlessly and safely from the client. It has dependency injection, an ORM, an auth system and more. Our little hello world example didn't need any of that though. To learn more about Ufront visit ufront.net.

Source code for this app can be viewed on Github.