Mongodb REST server written in Java and based on Jetty web server
Mongodb server uses official Java driver from Mongodb
Some available features
Gridfs
Build-in search using lucene
Query can be cached with Memcached
Supports ssl (https)
Supports access based on IP address
Supports mongodb REST server access (read,write,admin) based on user roles
Supports Mongodb authentication when Mongodb started with --auth option