mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 21:04:37 +03:00
web app framework licenses added
This commit is contained in:
10
README.md
10
README.md
@@ -291,11 +291,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||||||
|
|
||||||
## Web Application Framework
|
## Web Application Framework
|
||||||
|
|
||||||
* [CppCMS](http://cppcms.com/) - A Free High Performance Web Development Framework (not a CMS).
|
* [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).
|
* [Crow](https://github.com/ipkn/crow) - Crow is C++ micro web framework (inspired by Python Flask). [BSD]
|
||||||
* [Kore](https://kore.io/) - ultra fast and flexible web server / framework for web applications developed in C.
|
* [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.
|
* [libOnion](http://www.coralbits.com/libonion/) - lightweight library to help you create webservers in C programming language. [LGPLv3]
|
||||||
* [Wt](http://www.webtoolkit.eu/wt) - A C++ library for developing web applications.
|
* [Wt](http://www.webtoolkit.eu/wt) - A C++ library for developing web applications. [GPL/Commercial]
|
||||||
|
|
||||||
## XML
|
## XML
|
||||||
*XML is crap. Really. There are no excuses. XML is nasty to parse for humans, and it's a disaster to parse even for computers. There's just no reason for that horrible crap to exist. - Linus Torvalds*
|
*XML is crap. Really. There are no excuses. XML is nasty to parse for humans, and it's a disaster to parse even for computers. There's just no reason for that horrible crap to exist. - Linus Torvalds*
|
||||||
|
|||||||
Reference in New Issue
Block a user