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
Jun 11, 2021 - C++
Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the
web-sys
must be used.wasm
.