hamzakilic / rebrick.io

tcp,udp ,TLS,ALPN,SNI,http,http2,websocket,upstream server over libuv project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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.

Prerequities

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

Compile

make check
make

Run

Preparing!!!!!

Troubleshot

if cannot find any so library export LD_LIBRARY_PATH=$(pwd)/../external/libs/lib

Contributing

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.

License

MIT

About

tcp,udp ,TLS,ALPN,SNI,http,http2,websocket,upstream server over libuv project

License:MIT License


Languages

Language:C 99.2%Language:Makefile 0.5%Language:Shell 0.2%Language:C++ 0.1%Language:HTML 0.0%