You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Currently the two concerns are conflated in one repository.
It's probably better to have a separate front-end that only has javascript assets that are executed by the client, and the application server that delegates requests the the end servers.
This would cause a problem in some platforms such as Apcera which use their own built-in router. For instance, on Apcera, we do not run the edge-router service. Instead, we connect browsers directly to the front-end service.
Currently the two concerns are conflated in one repository.
It's probably better to have a separate front-end that only has javascript assets that are executed by the client, and the application server that delegates requests the the end servers.
Browsing quickly through the endpoints offered in e.g. https://github.com/microservices-demo/front-end/blob/master/api/user/index.js, it might be more suitable to just handle this with a rewrite rule in the
edge-router
.The text was updated successfully, but these errors were encountered: