Total Pageviews

Tuesday, 3 February 2015

remotestorage

Host your own storage server

You can set up remoteStorage on your own server or integrate it into your infrastructure by using one of the following implementations, or creating your own:
  • reStore

    remoteStorage server based on node.js. Supports both Redis and the filesystem as storage backend.
  • remotestorage-server

    An NPM package you can use as basis for your own remoteStorage server, implementing the core HTTP behavior. Always supports the latest protocol version.
  • rs-serve

    remoteStorage server written in C for POSIX systems, storing data in system users' home directories.
  • php-remoteStorage

    remoteStorage server written in PHP. Missing Webfinger, so not 100% compatible at the moment.
  • Liquor Cabinet

    remoteStorage server API based on Sinatra (Ruby). Excludes the OAuth portion! Supports multiple backends, but only Riak is implemented at the moment.
  • remoteStorage-ruby

    Basic remoteStorage server written in Ruby, storing data in PostgreSQL. Uses a deprecated version of the protocol (2012.04).

    from http://remotestorage.io/get/
    ----------------------------
    http://remotestorage.io/provide/

    https://github.com/remotestorage/remotestorage.io