Trying to make a Webserver, any suggestions?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cpp-httplib

    A C++ header-only HTTP/HTTPS server and client library

  • I use httplib. It’s fast, easy to integrate (either header only or header+cpp if you want), easy to use (HTTPS web server with a route in ~10 lines). Header parsing is very easy too.

  • Crow

    A Fast and Easy to use microframework for the web. (by CrowCpp)

  • I would suggest using Crow, I've been developing and using it for about a year now, and I think it's far easier to get started and generally work with than others I've seen.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts