Is it possible to integrate 4 independent webapp into one localhost?
Unanswered
Peterbald posted this in #help-forum
PeterbaldOP
Is it possible to integrate 4 independent webapp into one localhost? Each webapp has its own authentication and authorisation for authentication, Azure entra is and it's using Microsoft authentication
1 Reply
@Peterbald Is it possible to integrate 4 independent webapp into one localhost? Each webapp has its own authentication and authorisation for authentication, Azure entra is and it's using Microsoft authentication
Yes you can. Create a monorepo (preferably turborepo) and have your 4 apps inside there. Then give each its custom port and you are good to go. If you need https then either proxy through ngrok or enable experimental-https