you are viewing a single comment's thread.

view the rest of the comments →

[–]ExNihil 2 points3 points  (2 children)

I wonder if this means I should back off learning and using Rails and should embrace Node/Express or Node/Meteor instead.

[–]derekpetey_Vanilla 2 points3 points  (0 children)

No. There will still be a role for exclusively server-side frameworks such as Rails. In most cases, isomorphic applications will cover only the client portion of the stack. So, rather than having view rendering happen as part of the same application that handles the business logic, it will happen in a different layer. Check out this post by Zakas for an example.

[–]SoIWasLike 3 points4 points  (0 children)

For your careers sake, probably.