Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 984 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 984 Bytes

MicroRestD

Compile 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.