SkillAgentSearch skills...

Tastefulserver

A multithreaded web server written in C++ (using Qt)

Install / Use

/learn @scheibel/Tastefulserver
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Tasteful Server

Tasteful Server provides a mulithreaded server architecture for high performance network applications. It is written in C++ and uses the Qt library.

You can specify a number of servers with their own handlers. Those servers share a thread pool of user defined size to handle incoming data.

This library comes with a HTTP suite for handling incoming HTTP requests. You can pass your own callback to handle those completely preparsed requests with an object oriented interface. SSL for HTTPS is also supported.

Platform independency is provided through cmake-init. Currently supported platforms are:

  • Windows
  • Linux
  • OS X

Features

  • Thread pool with user defined size
  • Multiple servers share one thread pool
  • HTTP server and HTTPS server
  • Handling of requests through callbacks
  • HTTP parser which translates requests to objects
  • Convenience support for several HTTP features
    • GET and POST parameters
    • Multipart and uploaded files
    • Cookies
    • Websockets

Requirements

Known Projects Using Tasteful Server

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated16d ago
Forks11

Languages

C++

Security Score

90/100

Audited on Mar 24, 2026

No findings