Hacker News new | ask | show | jobs
by pjlegato 1726 days ago
It allows you to define a GUI / DOM specification, with transparently embedded serverside commands that do things like "query the database for the list of users who meet criteria X." No annotation or other special action required.

The runtime figures out an efficient and reactive way of parceling out work to the server as needed, and refreshing it only when necessary.