gecko/browser/components/loop/standalone
2014-07-29 11:23:31 +01:00
..
content Bug 1042799: Loop UI components showcase, r=mikedeboer 2014-07-29 11:23:31 +01:00
.gitignore Bug 976127 - Get marionette to drive shared and desktop-local unit tests, r=Standard8 2014-05-29 21:20:11 +01:00
.jshintignore Bug 985596 - Refactored shared assets & tests. r=dmose 2014-05-29 21:20:11 +01:00
.jshintrc
Makefile Bug 1020448 - Add Loop pending call timeout for the link clicker UI. r=Standard8,ui-review=dhenein 2014-07-16 15:15:08 +01:00
package.json
README.md Bug 1020448 - Add Loop pending call timeout for the link clicker UI. r=Standard8,ui-review=dhenein 2014-07-16 15:15:08 +01:00
server.js Bug 994485 Make standalone tests work with combined repositories/changed file layout, and fix the standalone server. r=dmose 2014-05-29 21:25:39 +01:00

Loop Client

Prerequisites

NodeJS and npm installed.

Installation

$ make install

Configuration

You will need to generate a configuration file, you can do so with:

$ make config

It will read the configuration from the following env variables and generate the appropriate configuration file:

  • LOOP_SERVER_URL defines the root url of the loop server, without trailing slash (default: http://localhost:5000).
  • LOOP_PENDING_CALL_TIMEOUT defines the amount of time a pending outgoing call should be considered timed out, in milliseconds (default: 20000).

Usage

For development, run a local static file server:

$ make runserver

Then point your browser at:

  • http://localhost:3000/content/ for all public webapp contents,
  • http://localhost:3000/test/ for tests.

Note: the provided static file server for web contents is not intended for production use.

Code linting

$ make lint

License

The Loop server code is released under the terms of the Mozilla Public License v2.0. See the LICENSE file at the root of the repository.