So it's a minimal (regarding features and complexity/size of code) Content Management System.
It's named mongo-cli (Command Line Interface) as the way it's used as an interactive shell to MongoDB, simply from Javascript:
send({fn:'insert', args:[{a: 2, hello: 'world'}]}, console.log)
send({fn:'find', args:[{a: 2}]}, console.log)
Demos:
- heroku nodejs (Paint, Chat, Todos)
- heroku java (Paint, Chat, Todos)
- cloudbees java
It's on github:
https://github.com/n11/mongo-cli-nodejs
https://github.com/n11/mongo-cli-java