rebrick.io is an open source network proxy library(tcp,udp,ssl,http,https,grpc support), that will be easily used by c,c++,nodejs,java,c# and many other favorite languages, designed to be deployed as a sidecar proxy for service mesh: a dedicated layer for managing, controlling, and monitoring service-to- service communication within an application.
under external folder, there are some libs like libuv for async I/O, and for unit testing cmock project, run makeready.sh script, for preparing compile environment
make check
make
Preparing!!!!!
if cannot find any so library export LD_LIBRARY_PATH=$(pwd)/../external/libs/lib
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.