From 8db0596b9b02f6256ea746adebf6e24b50c9f34a Mon Sep 17 00:00:00 2001 From: Bo Date: Mon, 12 Nov 2018 23:37:47 -0500 Subject: [PATCH] Add the facil.io framework The facil.io framework is an evened framework written in C. The framework is used to power the [iodine Ruby server](https://github.com/boazsegev/iodine) which focuses on serving real-time applications. It's MIT licensed and free (as in freedom, as well as - I guess - beer). Visit the [website for more information](http://facil.io). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f918611..0e4b132 100644 --- a/README.md +++ b/README.md @@ -691,6 +691,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua * [CppCMS](http://cppcms.com/) - A Free High Performance Web Development Framework (not a CMS). [LGPLv3] * [Crow](https://github.com/ipkn/crow) - Crow is C++ micro web framework (inspired by Python Flask). [BSD] * [Cutelyst](https://github.com/cutelyst/cutelyst) - A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework. [LGPLv2.1+] [website](https://cutelyst.org/) +* [facil.io](https://github.com/boazsegev/facil.io) - Evented, high performance C web framework supporting HTTP, WebSockets, SSE and more. [MIT] [website](http://facil.io) * [Kore](https://kore.io/) - ultra fast and flexible web server / framework for web applications developed in C. [ISC] * [libOnion](http://www.coralbits.com/libonion/) - lightweight library to help you create webservers in C programming language. [LGPLv3] * [lwan](https://github.com/lpereira/lwan) - Experimental, scalable, high performance HTTP server. [GPL2]