A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
high-performance
cpp11
async-functions
libevent
tcp-server
http-server
udp-server
network-library
nonblocking
evpp
evnsq
evmc
-
Updated
Mar 31, 2021 - C++
The
Decoderis used by theFramedTcptransport to transform a stream-based protocol (TCP) into a packet-based protocol that fits really well with the concept of message.The
Decodercollects data from the stream until it can be considered a message. In that process, each chunk of data received from the