Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROUTING] Improve app library and port/app manager. #474

Open
evanlinjin opened this issue Jul 7, 2019 · 0 comments
Open

[ROUTING] Improve app library and port/app manager. #474

evanlinjin opened this issue Jul 7, 2019 · 0 comments

Comments

@evanlinjin
Copy link

Currently, the way how port/app management works does not support the following:

  1. Does not allow applications to listen on multiple ports.
  2. Couples the idea of routes & loops.
  3. Does not allow multiple instances of the same app.

Further proposals include:

  1. Switch from unix pipes to unix sockets.
  2. Get rid of the confusing app.Protocol structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant