artemartey / microrestd

MicroRestD is a small C++11 cross-platform REST server built on top of libmicrohttpd http://www.gnu.org/software/libmicrohttpd/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroRestD

Build Status

MicroRestD is a small C++11 cross-platform REST server built on top of libmicrohttpd. It is released under MPL 2.0 license and is versioned using Semantic Versioning.

Apart from the REST server it contains classes for producing JSON, producing XML and also pugixml library for XML parsing and manipulation.

The supported platforms are Linux, OS X and Windows, supported compilers are gcc, clang, tdm-gcc on Windows and Visual C++ 2013 or later on Windows.

Copyright 2015 by Institute of Formal and Applied Linguistics, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic.

MicroRestD repository http://github.com/ufal/microrestd is hosted on GitHub.

About

MicroRestD is a small C++11 cross-platform REST server built on top of libmicrohttpd http://www.gnu.org/software/libmicrohttpd/.

License:Mozilla Public License 2.0


Languages

Language:C++ 93.7%Language:HTML 4.6%Language:C 1.2%Language:Shell 0.4%Language:Makefile 0.1%