oatpp / oatppLinks
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
☆8,484Updated 3 weeks ago
Alternatives and similar repositories for oatpp
Users that are interested in oatpp are comparing it to the libraries listed below
Sorting:
- Achieve a tiny STL in C++11☆12,325Updated last year
- 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.☆7,408Updated 2 weeks ago
- A simple C++11 Thread Pool implementation☆8,597Updated last year
- C++ Design Patterns☆4,485Updated last year
- A Fast and Easy to use microframework for the web.☆4,553Updated 2 weeks ago
- Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows☆13,251Updated last week
- Event-driven network library for multi-threaded Linux server in C++11☆15,782Updated 9 months ago
- Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网//tinyhttpd.sourceforge.net☆12,027Updated 2 years ago
- A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.☆3,744Updated last year
- The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on deskto…☆9,279Updated this week
- Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)☆7,614Updated last year
- Event notification library☆11,743Updated 2 weeks ago
- C++20 实现的跨平台、header only,易用的高性能http库; modern c++(c++20), cross-platform, header-only, easy to use http framework☆2,094Updated last week
- 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)☆10,475Updated last year
- A C++ header-only HTTP/HTTPS server and client library☆15,715Updated last week
- A high-performance REST toolkit written in C++☆3,422Updated 2 months ago
- 80x23 terminal tetris!☆3,204Updated last year
- Asio C++ Library☆5,643Updated last week
- A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio.…☆2,685Updated 7 years ago
- Cross platform network library with C++11☆1,124Updated last year
- C++ Linux WebServer服务器☆4,008Updated 2 years ago
- The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API de…☆8,250Updated 5 months ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…