// Server-side render of the exact same app module the browser mounts: // node examples/counter/render.js import createApp from './app.js' process.stdout.write(createApp().toString('/') + '\n')