Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 478 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 478 Bytes

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