|
Inverse to adding hop for managing, we implement the sidecar directly into a library that runs with the app.
as we all know, while we use connection libraries like java netty, python tornado, socketio, etc, we usually need to build a wrapper library that serves the need for creating clients, servers, and peer connections with some override attributes.
so that on the expansion of our netty wrapping library, we developed our Microchassis library which was the first basis for this connection lib approach
|