Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpup/node-camlistore

Just some hackin'
https://github.com/dpup/node-camlistore

Last synced: 24 days ago
JSON representation

Just some hackin'

Awesome Lists containing this project

README

        

This is just some messing around with [Camlistore](http://camlistore.org) in node.

So far there's a partially implemented blob server using mongodb as the backing store.

The server is intended to use my [dispatch library](https://github.com/dpup/node-dys), but the actions were written to use a dependency injection like mechanism so could relatively easily be used elsewhere. The trickiest piece to substitute will be the 'db' object which wraps [node-mongodb-native](https://github.com/christkv/node-mongodb-native).