This class can be used to create simple demo APIs for various parts of MeTA.
It can also be used as a starting place for creating your own Web-based uses of MeTA.
The implementation is based on this blog post.
To test,
mkdir build
cd build/
cmake ../
make
./api-server
In another terminal,
curl --data "World" 0.0.0.0:8088