Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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'
- Host: GitHub
- URL: https://github.com/dpup/node-camlistore
- Owner: dpup
- Created: 2011-04-10T20:05:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-01T00:41:38.000Z (over 12 years ago)
- Last Synced: 2023-03-11T21:18:14.034Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).