This app provides a tiny web-server for exposing a directory via an Atom feed. It is intended to act as a producer for the MyTardis Atom app.
This app is targeted at Node.js 0.6.x on Linux and Windows.
Due to a lack of uid support in Windows (and the relatively immature APIs currently available) performance will be MUCH better on Linux.
Once you've checked out the latest version of this app from Github, you can install the dependencies with NPM (which is bundled with Node.js) and run the tests:
npm install
npm test
To serve up the directory ~/mydir
on port 8001:
bin/atom-dataset-provider -d ~/mydir -p 8001
Run bin/atom-dataset-provider --help
for a full list of options.