Giter Site home page Giter Site logo

electrode-native-binarystore's Introduction

Electrode Native Binary Store

The Electrode Native binary store is a very simple and lightweigtht NodeJS file server accessible through an HTTP API.

It can be used with Electrode Native for storing/retrieving mobile application versions binaries (APKs for Android, IPAs for iOS), through ern binarystore subcommands.

Installation

  1. Install ern-binarystore globally on your box
$ npm install -g ern-binarystore
  1. Start the binary store
$ ern-binarystore

Configuration

The ern-binarystore binary accepts some command line options :

--port
The port on which to start the server [default: 3000]

--host
The host on which to start the server [default: localhost]

--storePath
Path to the directory where the files should be stored

Setting up for use with Electrode Native

If you want to use Electrode Native binary store for your mobile application, you'll need to add the configuration of the binary store to be used, in your mobile application Cauldron, here is a configuration sample :

"config": {
  "binaryStore": {
    "provider" : "ern-binarystore",
    "url": "http://localhost:3000"
  }
}

provider : Should be ern-binarystore. We will offer support for adding/using more providers in the near future, but as of now, only Electrode Native Binary Store is supported.

url : Should be the base url where the binary store server is running

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.