Development Tools

Cutelyst – Qt web framework

Cutelyst is a web Framework built on top of Qt, using the simple and elegant approach of Catalyst (Perl) framework.

Qt’s meta object system is what powers the core of Cutelyst, it allows for introspecting controller’s methods signatures and generate matching actions that can be invoked later.

This is free and open source software.

Key Features

  • Stable API/ABI.
  • Pluggable Engines:
    • Cutelyst::Server – A cross-platform and fast server engine:
      • HTTP/1.1 – Pipelining and Keep-Alive.
      • HTTP/2 – Upgrade to H2, ALPN negotiation on HTTPS and direct H2C.
      • FastCGI – Pipelining and Keep-Alive.
    • uWSGI – Multiple protocols support (HTTP 1.0, FastCGI, uWSGI).
  • WebSockets.
  • REST with ActionREST.
  • Plugin based views:
    • Cutelee (A Qt implementation of Django’s template engine).
    • Grantlee (A Qt implementation of Django’s template engine).
    • Clearsilver.
    • JSON.
    • Email.
  • Dispatcher:
    • Chained.
    • Path.
  • Plugins:
    • Session.
    • Authentication (with PBKDF2).
    • Authorization with RoleACL.
    • StatusMessage.
    • Validator (to validate user input).
    • CSRF protection.
    • Memcached.
    • UserAgent.
  • Asynchronous processing:
    • Async SQL with ASql.
  • Upload parser.
  • JSON body as QJsonDocument when uploaded data is in JSON format.
  • C++17.
  • Chunked reponses (via QIODevice write API).
  • Request profiling/stats.
  • Unit tested.
  • QtCreator integration.
  • Cross-platform support.

Website: cutelyst.org
Support: GitHub Code Repository
Developer: Daniel Nicoletti and contributors
License: GNU Lesser General Public License v2.1

Cutelyst is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

C++ Web Frameworks
DrogonA fast cross-platform web framework
Oat++Light and powerful web framework with zero dependencies
CrowFast and easy to use micro web framework (inspired by Python Flask)
TreeFrogHigh-speed and full-stack C++ framework
POCOC++ libraries for building applications
WtWeb GUI library in modern C++
PistacheHigh-performance REST toolkit
CutelystWeb framework built on top of Qt, using the approach of Catalyst (Perl) framework
CppCMSAimed at rapid web development of web sites and web services
ffead-cppWeb framework, application framework

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments