C++ to Browser JS Framework Recommendations

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

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

    Embedded Web Server (by cesanta)

  • Not sure if this meets your needs, but mongoose is a pretty cool web server library with WS capability. I've been using it and it seems easy, fast and reliable.

  • Crow

    Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)

  • Open socket, serve a html page, implement GET/PUT or find framework that do https://github.com/ipkn/crow

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Wt

    Wt, C++ Web Toolkit

  • Well, since no one has mentioned it yet, try https://www.webtoolkit.eu/wt - easy peasy to embed a web server in your app. No need to deal with some sort of REST or JS framework. You can add JS if you want, but is not necessary. It is pretty fast to get a basic service up and running.

  • RESTCpp

    Discontinued Cross Platform Multi threaded REST API / HTTP Server framework using thread-pooling implementation with modern C++

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