From 5756d343db56cecf74e09b5fb394c3ff32b2d5f3 Mon Sep 17 00:00:00 2001 From: Huiba Li Date: Fri, 13 Jun 2025 15:49:36 +0800 Subject: [PATCH] add Photon to Kitchensink / Framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424d6a8..f86ef0c 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ libraries with novel use of new C++ features. * [abseil](https://abseil.io/) - Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library. * [Boost](https://www.boost.org/) - Collection of C++ libraries. * [Folly](https://github.com/facebook/folly) - Facebook Open-source Library. +* [PhotonLibOS](https://photonlibos.github.io/) - A comprehensive C++ framework featuring efficient user-space threading (coroutine with work-stealing), I/O, networking, RPC, HTTP, etc., and used extensively in Alibaba. It is compatible with C++ 14/17/20/23, Linux, MacOS, x86-64, ARM64, gcc and clang. * [POCO](https://pocoproject.org/) - The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. * [nonstd-lite](https://github.com/martinmoene/nonstd-lite) - Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments. * [xtd](https://github.com/gammasoft71/xtd) - Modern C++17/20 framework to create console (CLI), forms (GUI like WinForms) and tunit (unit tests like Microsoft Unit Testing Framework) applications on Windows, macOS, Linux, iOS and android.