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