Client side and server side url routing integration.
Clicking on a link should automatically invoke the controller action without depending mojito view binder.
Subsequence rendering should all happen on the client side. That means the server is responsible for rendering the landing url, then lazy load the rest of the application to the client in the background. After this, the client should never have to call the server anymore unless it needs to invoke a method that only exist in the server affinity.
I guess what I want is being able to run the YUI App Framework on NodeJS, then package up the application and send it to the client.
I don't know how this can be done without throwing away what Mojito is calling the controller, the model, and the view today. :)
QUOTE
(Ren @ 12 Jul 2012 2:15 PM)We expect to release something by end of August.
What is most important to you? What kind of integration would you like to see first?