Wt
Cutelyst
Wt | Cutelyst | |
---|---|---|
41 | 9 | |
1,710 | 921 | |
0.6% | 1.6% | |
9.2 | 8.9 | |
8 days ago | 18 days ago | |
C | C++ | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Wt
-
What C++ library do you wish existed but hasn’t been created yet?
Take a look at Wt Webtoolkit. It can do exactly this (and a lot more) https://www.webtoolkit.eu/wt
-
Nui C++ User Interface Library
How does this compare with WebToolkit?
- Has anyone embedded a web-UI into a C++ project?
-
Cheerp 3.0: The most advanced C++ compiler for the Web now permissively licensed
How is this much different than wt [1] or compiling qt to emscripten? Sincere question.
[1] https://www.webtoolkit.eu/wt
- Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
-
The pool of talented C++ developers is running dry
Not posting to prove you wrong but simply because related.
> Wt is a web GUI library in modern C++. Quickly develop highly interactive web UIs with widgets, without having to write a single line of JavaScript. Wt handles all request handling and page rendering for you, so you can focus on functionality.
https://www.webtoolkit.eu/wt
HN submission: https://news.ycombinator.com/item?id=23812791
- Uses of Rust and C++ that only one has?
- Why are all web development frameworks are for high-end languages
-
Who is using C++ for web development?
https://www.webtoolkit.eu/wt (has support for HTTP/S)
-
Please advise me a c++ web framework.
Wt is a pretty cool framework: https://www.webtoolkit.eu/wt
Cutelyst
-
Qt/c++ JSON Server
Try https://github.com/cutelyst/cutelyst
-
The pandemic of programming languages
You could use cutelyst.
-
Programming languages endorsed for server-side use at Meta
> How would one go about building a rest service in C++?
I'd use https://github.com/drogonframework/drogon if the app needs to be pure C++ or Cutelyst (https://cutelyst.org/) if it's a Qt app which needs to expose an http server
-
RestFull API to manage C++/Qt6 Application
I follow Restfull example from https://github.com/cutelyst/cutelyst/wiki/Creating-RESTful-Applications.
-
Status of BeerXML/BeerJSON?
could do both! https://cutelyst.org looks neat, and BrewTarget is written with Qt.
-
C or C++ as web app backend?
Cutelyst (revolves around Qt)
-
I'm currently maintaining Crow, an open source C++ web framework
Nice to see another C++ web framework :D for those interested there is also Cutelyst (https://cutelyst.org/) but I never tried it
What are some alternatives?
Crow - Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
TreeFrog Framework - TreeFrog Framework : High-speed C++ MVC Framework for Web Application
drogon - Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows [Moved to: https://github.com/drogonframework/drogon]
CppCMS - CppCMS Framework
Oat++ - 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
QDjango - QDjango, a Qt-based C++ web framework
Pistache - A high-performance REST toolkit written in C++