$darkmode
Kourier 1.0.0
|
On this page, you can view the documentation for Kourier, the fastest HTTP server ever.
With Kourier, you can create extremely high-performance REST services quickly and easily. You only have to create an instance of HttpServer, configure it, add handlers to it, and you're ready to go.
Much more than a state-of-the-art HTTP parser is required to create the fastest HTTP server ever. Kourier relies on a cutting-edge implementation of signal-slot communication, TCP-based communication, and TLS encryption, provided through the Object, TcpSocket, and TlsSocket classes. TlsSocket configures TLS encryption according to the TlsConfiguration you give in TlsSocket's constructor.