Netty based http proxy server, support push, and long connection based async http client(All for learn)
Netty based http proxy server, support push, and long connection based async http client(All for learn),
Suitable for App unified HTTP API gateway, security, high performance and support for high concurrency.
https://github.com/huoyijie/longconn
1.http proxy server(push proxy)
2.async http client(thread pool)
3.codec encoder/decoder(messagepack)
4.command protocal(httprequest, httpresponse, pushrequest, heartbeat)
1.long connection based netty
2.support GET/POST http(s)
3.support push
4.ssl/gzip
5.async http client, support future/callback
6.messagepack serialization
1.Netty