Hi Leho ! On 5/26/15, Leho Kraav <[email protected]> wrote: > I'm thinking of experimenting a bit. Trac's UI implementation as it is, > is just too slow compared to instant messengers, so that's people defer > to. It needs to respond quick and update dynamically. Writing new > backend code from scratch is way too much work, so JSON-RPC based > frontend seems like a good way to test ideas quickly. Feature-parity is > not at all the goal here, but rather the ability to try out fresh > concepts quickly and be able to do some real work on it as a bonus. > > Ember.js seems like an interesting choice to try first, but what would > you guys recommend? >
If I were you I'd use the tiniest js framework supporting the RPC protocol of your choice . For the frontend I'd recommend either Reactive.js (should you prefer UI components) , knockout.js (MVVM , I consider it kind of lightweight ...) or Angular JS (for those fascinated with Google, I'm not very fond of it though) . There are a number of other frameworks I could suggest depending on the specifics , but with only these few details the list would be very long . ... but the best one amongst'em all is the one you feel productive and comfortable with . -- Regards, Olemis - @olemislc Apache⢠Bloodhound contributor http://issues.apache.org/bloodhound http://blood-hound.net Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
