Crow
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask) (by ipkn)
Kore
An easy to use, scalable and secure web application framework for writing web APIs in C or Python. || This is a read-only mirror, please see https://kore.io/mail and https://kore.io/source for information on how to contribute via the mailing lists. (by jorisvink)
Crow | Kore | |
---|---|---|
8 | 13 | |
7,535 | 3,710 | |
0.6% | 0.6% | |
0.0 | 6.1 | |
8 months ago | about 1 month ago | |
C++ | C | |
BSD 3-clause "New" or "Revised" License | ISC License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Crow
Posts with mentions or reviews of Crow.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-26.
-
VueJS goes to microcontroller firmware. This website runs in ESP32 board, with frontend is made with VueJS, TailwindCSS and backend is written in C++.
I did something similar in the past and used https://github.com/ipkn/crow as web server, in case you want to not implement the web part yourself. Otherwise amazing job!
- [Cpp] Quelle bibliothèque de serveur Web C++ faut-il utiliser de nos jours ?
-
C++ to Browser JS Framework Recommendations
Open socket, serve a html page, implement GET/PUT or find framework that do https://github.com/ipkn/crow
-
C++ Best Uses
A web server e.g. https://github.com/ipkn/crow
-
RESTful API framework
It seems nice, but the framework seems to be dead. There are still open pull requests and the contribution page speaks for itself: https://github.com/ipkn/crow/graphs/contributors
-
C++ vs C# .net 5
All right Op feel free to check this micro framework out if your company is going to build a rest api in C++ https://github.com/ipkn/crow .
-
cpprestsdk in maintenance mode
I haven't used any of the following libraries/frameworks but maybe some of them will fit for your needs: - Crow micro web framework
-
How to use C++ as backend
https://github.com/fffaraz/awesome-cpp#web-application-framework Crow is nice for what i need most often, https://github.com/ipkn/crow
Kore
Posts with mentions or reviews of Kore.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-15.
-
Kore VS CWebStudio - a user suggested alternative
2 projects | 15 Jan 2024
-
[Guide] A Tour Through the Python Framework Galaxy: Discovering the Stars
Try BlackSheep | Kore | socketify | baize
- CWeb Framework
-
What C source code or library do you use for a local server?
https://kore.io - it’s used in a lot of nice places these days and it’s fun. (Disclaimer, it’s mine)
-
Rest Api in C
You might want to take a look at https://kore.io/
-
Step by step guide of setting up SSL/TLS for a server and client
As someone else also wrote, I usally go for a web proxy of some kind(nginx, traefik..) but this looks interesting. For smaller apps you could consider bundling it with https://kore.io/ =)
- Ask HN: C/C++ web framework with routes (like Node.js, Python Flask)
-
BCHS: OpenBSD, C, httpd and SQLite web stack
Another stack for writing C (or now python) is https://kore.io which offers quite a few helper features, and its easy to get started
-
Implement REST API into a C program
It's not common to use C for web interfaces, but you can use Kore: https://kore.io/
- Currently building a project purely for fun that includes my favorite languages. What would be a good place to fit C in?
What are some alternatives?
When comparing Crow and Kore you can also consider the following projects:
Oat++ - 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
facil.io - Your high performance web application C framework
drogon - Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows [Moved to: https://github.com/drogonframework/drogon]
Onion - C library to create simple HTTP servers and Web Applications.
Pistache - A high-performance REST toolkit written in C++
CppCMS - CppCMS Framework
Wt - Wt, C++ Web Toolkit
TreeFrog Framework - TreeFrog Framework : High-speed C++ MVC Framework for Web Application
lwan - Experimental, scalable, high performance HTTP server
Civetweb - Embedded C/C++ web server