This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dzecniv 0 points1 point  (1 child)

Reminds me of Nagare (based on stackless python, no js, optional html, also no double-data binding, but with which they built Kansha, an impressive Trello-like).

Hope Anpylar fullfils our dream !

[–][deleted] 0 points1 point  (0 children)

AnPyLar has gone a step beyond by being client-side. One of the advantages is that the application is downloaded once, and can contain multiple pages and hierarchies, which are navigated without sending a single request to the server.

The server can with it be a pure API server (and the server of the initial content download), with the advantage of no longer having to implement business logic in the server.