Module Federation Server Side Rendering example :)
Remote server exposes "SharedComponent", and Host server consume and render it in Server Side.
Changing "SharedComponent" will affect both servers, without rebuilding Host server
npm start
http://localhost:3004/ - Host Server
http://localhost:3005/ - Remote Server