1

Is there a way to make micro frontends in the molecules framework? So one api/angular address would be angular and a drugin, e.g. api/react would be react

taaniel
  • 53
  • 5

2 Answers2

1

Yeah, you can. In my home-portal project, I'm using Moleculer on the frontend side with micro-frontends concept, every module is running separately (and written with different frameworks) and communicated each other via Moleculer protocol.

Icebob
  • 1,132
  • 7
  • 14
0

Try this single-spa. single-spa is a framework for bringing together multiple JavaScript microfrontends in a frontend application.

Oleksii Pavlenko
  • 1,327
  • 1
  • 11
  • 25
  • You're right, this framework 'Single-spa' is dedicated to micro frontends, however I would like to use Moleculer because I use it in the project – taaniel Jan 12 '21 at 10:23