A thrift HTTP JSON completion server based on servlets
To run the code you have to have completionProcy installed:
git clone [email protected]:Completionary/completionProxy.git
cd completionProxy/thrift
make all lang=java
cd ..
mvn install
The easiest way would be to run jetty:
git clone [email protected]:Completionary/completionServer.git
mvn jetty:run