C++ to Browser JS Framework Recommendations

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Mongoose

    Embedded web server, with TCP/IP network stack, MQTT and Websocket (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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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

  4. 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.

  5. 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

  • Experience using crow as web server

    11 projects | /r/cpp | 6 Nov 2023
  • Crow – Flask in C++

    1 project | news.ycombinator.com | 6 Jan 2023
  • Can we use C++ in the backend ?? Any frameworks there ??

    1 project | /r/developersIndia | 15 Jun 2022
  • My Gamedev Yak Shaving. Part 4. C++ Web Framework?

    2 projects | /r/gamedev | 2 Sep 2021
  • Is C++ favourable for web development yet?

    3 projects | /r/cpp_questions | 5 Aug 2021