From 90603b5e7302798ec4c995f33ed7ad54cb4efb12 Mon Sep 17 00:00:00 2001 From: Revan600 <40070009+Revan600@users.noreply.github.com> Date: Tue, 25 Apr 2023 18:28:44 +0300 Subject: [PATCH] Add LiteNetLibPP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 215f812ad..d91d3cc7b 100644 --- a/README.md +++ b/README.md @@ -789,6 +789,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libquic](https://github.com/devsisters/libquic) - A QUIC protocol library extracted from Chromium's QUIC Implementation. [BSD] * [librdkafka](https://github.com/edenhill/librdkafka) - Apache Kafka client library for C and C++. [BSD-2-Clause] * [libwebsockets](https://github.com/warmcat/libwebsockets) - A lightweight pure C WebSocket implementation that provides both client and server libraries. [LGPL2.1 + static link exception] [website](https://libwebsockets.org/) +* [LiteNetLibPP](https://github.com/Revan600/LiteNetLibPP) - Lightweight and easy to use reliable UDP library for games. [MIT] * [Lithium](https://matt-42.github.io/lithium/) - Build high performance C++ HTTP servers without being a C++ expert. [MIT] * [lwIP](http://savannah.nongnu.org/projects/lwip/) - A lightweight TCP/IP stack. [Modified BSD] * [Mongoose](https://github.com/cesanta/mongoose) - Extremely lightweight webserver. [GPL2]