Onion
C library to create simple HTTP servers and Web Applications. (by davidmoreno)
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)
Onion | Kore | |
---|---|---|
2 | 13 | |
2,007 | 3,673 | |
- | - | |
0.0 | 5.7 | |
almost 2 years ago | 6 months ago | |
C | C | |
GNU General Public License v3.0 or later | 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.
Onion
Posts with mentions or reviews of Onion.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-10.
-
libonion or libhttpserver for embedding a webserver in a small application?
libonion
-
C Deep
libonion - HTTP server library, designed to be easy to use. Apache-2.0
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 Onion and Kore you can also consider the following projects:
ZLib - A massively spiffy yet delicately unobtrusive compression library.
facil.io - Your high performance web application C framework
Crow - Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
Civetweb - Embedded C/C++ web server
TreeFrog Framework - TreeFrog Framework : High-speed C++ MVC Framework for Web Application
httpp - Micro http server and client written in C++
CppCMS - CppCMS Framework
Mongoose - Embedded Web Server
Wt - Wt, C++ Web Toolkit
Simple-WebSocket-Server