Marisa
A lightening fast, express-like C++ web server framework
Features
Easy to use
High efficiency
Multithreaded event-based I/O handling
Low memory footprint
Built-in SSL/TLS & unix soc
Actix web
Actix web is a small, pragmatic, and extremely fast rust web framework
Website | Chat | Examples
Actix web is a simple, pragmatic and extremely fast web f
Pistache
Pistache is a modern and elegant HTTP and REST framework for C++. It is entirely written in pure-C++14 and provides a clear and pleasant API.
Documentation
We are still looking for a volunteer to
Oat++
Attention The new release 1.1.0 is about to be merged. It will introduce breaking changes. See change-log to prepare for migration.
Oat++ is the modern Web Framework for C++. It's fully loaded and contains
Overview
Drogon is a C++14/17-based HTTP application framework. Drogon can be used to easily build various types of web application server programs using C++. Drogon is the name of a dragon in the American TV s
facil.io is a C micro-framework for web applications. facil.io includes:
A fast HTTP/1.1 and Websocket static file + application server.
Support for custom network protocols for both server and client connections.
D
Asf - API Services Framework
Simple, High performance PHP framework written in C.
Introduction
API Services Framework (or simply Asf). It's has many micro-innovation and is a new generation of lightweight
C++ Web Framework (CWF)
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications. The CWF was designed to consume fe
What is Wt ?
Wt is a C++ library for developing web applications. It consists of:
libwt, a widget/rendering library
libwthttp, an (async I/O) HTTP/WebSockets server
libwtfcgi, a FastCGI connector library
Ulfius
HTTP Framework for REST Applications in C.
Based on GNU Libmicrohttpd for the backend web server, Jansson for the json manipulation library, and Libcurl for the http/smtp client API.
Used to facilitate creation
WAFer
WAFer is a C language-based ultra-light scalable server-side web applications framework. Think node.js for C programmers. Because it's written in C for the C eco system, WAFer is wafer-thins with a memory footpr
Small but Powerful and Efficient
TreeFrog Framework is a high-speed and full-stack web application framework based on C++ and Qt, which supports HTTP and WebSocket protocol. Web applications can run faster than th
Crow is C++ microframework for web. (inspired by Python Flask)
#include "crow.h"
int main()
{
crow::SimpleApp app;
CROW_ROUTE(app, "/")([](){
return "Hello world";
});
app.port(18080).multithread
CivetWeb
The official home of CivetWeb is https://github.com/civetweb/civetweb
Continuous integration for Linux and OSX (Travis CI):
Continuous integration for Windows (AppVeyor):
Test coverage check (coveralls)
!!! I can no longer maintain this project. If you're interessed, please contact me and I can move the projetct to you !!!
Tufão - an asynchronous web framework for C++ built on top of Qt
Tufão is a web framework for