To combine web applications on different frameworks

Hi, everyone!
Today, I have a simple question.
Do you have any way to combine web applications on different frameworks?
I mean, for example, a web application A developed using Express.js and another B developed using Next.js.
They are on a same server.

My point is, I would like to treat them with just one url domain like ://www.web-applications.com/A and ://www.web-applications.com/B.
If you have the answer or some hint, please teach me.
Thank you!

thanks for sharing the information, if you are looking for a custom web app development company, visit our website today!

I am new here so i doesn’t have any solution.

Yes it is possible.
You can publish server-side applications using proxy_pass (nginx)
I use nginx for my angular application. It can be a bit complicated if you are not an expert.

search for this “diffirent web app same domain nginx”