[ROUTING] Improve app library and port/app manager.
evanlinjin opened this issue · 0 comments
evanlinjin commented
Currently, the way how port/app management works does not support the following:
- Does not allow applications to listen on multiple ports.
- Couples the idea of routes & loops.
- Does not allow multiple instances of the same app.
Further proposals include:
- Switch from unix pipes to unix sockets.
- Get rid of the confusing
app.Protocol
structure.