Is there any server rendering built in functionality in MeteorJS? And if not what is the closest thing to that?

Thank you for reading.

We’re working on some content soon, but for example with React you can use a server-side middleware for SSR: https://github.com/partyparrot/codetours/blob/21c16a96f785783cf6c8ca5604a94573b2fdbb5d/imports/server/server-rendering.js#L77

1 Like