1 Repo
Minimalist software libraries designed for constructing lightweight web APIs and basic web applications.
Distinct from C++ Web Frameworks: Specializes C++ Web Frameworks to the micro-framework architectural pattern (minimalist, lightweight).
Explore 1 awesome GitHub repository matching web development · Micro-frameworks. Refine with filters or upvote what's useful.
Crow is a minimalist C++ micro web framework designed for building fast web servers and REST APIs. It provides a lightweight toolkit for web development in C++, offering core routing and request handling capabilities. The framework includes a built-in JSON parser for converting strings into structured data and an HTML template engine for generating dynamic web pages on the server. It also functions as a WebSocket server library to enable bidirectional, real-time communication between servers and web clients. Additional capabilities include a middleware-based request pipeline for executing sh
Provides a minimalist C++ micro web framework inspired by Flask for lightweight routing and request handling.