[–] dandyhighwayman 11y ago ↗ is there anything you'd change in Meteor to improve the performance? [–] bradavogel 11y ago ↗ Yes, implement server-side rendering, tracked here in Meteor's tracker: https://trello.com/c/Lz07fBAm/7-server-side-renderingMeteor is almost there. It's inherently isomorphic and its Blaze templating engine (a fork of Handlebars) can run both server and client side. They just need an easy way to render those templates from routes defined on the server side.
[–] bradavogel 11y ago ↗ Yes, implement server-side rendering, tracked here in Meteor's tracker: https://trello.com/c/Lz07fBAm/7-server-side-renderingMeteor is almost there. It's inherently isomorphic and its Blaze templating engine (a fork of Handlebars) can run both server and client side. They just need an easy way to render those templates from routes defined on the server side.
2 comments
[ 3.5 ms ] story [ 12.9 ms ] threadMeteor is almost there. It's inherently isomorphic and its Blaze templating engine (a fork of Handlebars) can run both server and client side. They just need an easy way to render those templates from routes defined on the server side.