Wt
drogon
Wt | drogon | |
---|---|---|
41 | 6 | |
1,704 | 5,863 | |
0.4% | - | |
9.3 | 9.0 | |
29 days ago | over 3 years ago | |
C | C++ | |
GNU General Public License v3.0 or later | MIT 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
drogon
-
Easiest way to get values and run C++ code through a webpage
You also have https://github.com/an-tao/drogon
-
cpprestsdk in maintenance mode
If you need an embedded C++ HTTP server then there are plenty of libraries/frameworks (in random order): Crow, RESTinio, Boost.Beast, cpp-httplib, http_backend, Pistache, RestBed, served, proxygen, Simple-Web-Server, drogon, oat++.
-
How to use C++ as backend
You can use Drogon, which is currently the fastets framework in the TechEmpower benchmark.
-
C++ web frameworks: how to compare?
FYI: I posted to the top contenders GitHub issues - https://github.com/an-tao/drogon/issues/760 - https://github.com/matt-42/lithium/issues/63 - https://github.com/rbock/sqlpp11/issues/361 - https://github.com/oatpp/oatpp/issues/401
-
The state of server-side frameworks for Dart
For example, Drogon is said to be the fastest http server: https://github.com/an-tao/drogon.
-
Suggested libraries for building a REST service in C++?
I like this one Drogon.
What are some alternatives?
Crow - Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
Oat++ - 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
TreeFrog Framework - TreeFrog Framework : High-speed C++ MVC Framework for Web Application
CppCMS - CppCMS Framework
C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Pistache - A high-performance REST toolkit written in C++
Cutelyst - A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
µWebSockets - Simple, secure & standards compliant web server for the most demanding of applications
QDjango - QDjango, a Qt-based C++ web framework
lithium - Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium