Onion is a C library to create simple HTTP servers and Web Applications. The user can create new handlers that serve reading data from a file or creating them. However, there are many default handlers included to address the most frequently required needs.
The use case is an existing application, or a new one, that needs some HTTP interconnection with the world. It uses the library to add some handlers for specific URLs and generate and serve the dynamic data as needed.
It also has security goals (SSL support) so that you just concentrate on what you want to serve, and serve it.
Its not a web server by itself, as it is not an executable.
Website: www.coralbits.com/libonion
Support: GitHub Code Repository
Developer: David Moreno Montero
License: GPLv2+ and Apache 2
Onion is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| C Web Frameworks | |
|---|---|
| Kore | Secure web application framework for writing web APIs in C or Python |
| facil.io | High performance web application C framework |
| Onion | Library to create simple HTTP servers and web applications |
| Ulfius | HTTP Framework for REST Applications in C |
| libreactor | Extendable event driven high performance C-abstractions |
| ecewo | Asynchronous, single-threaded C web framework |
| Duda | Event-driven and high performant web services framework |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.