mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
| .. | ||
| content | ||
| .gitignore | ||
| .jshintignore | ||
| .jshintrc | ||
| Makefile | ||
| package.json | ||
| README.md | ||
| server.js | ||
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_URLdefines the root url of the loop server, without trailing slash (default:http://localhost:5000).LOOP_PENDING_CALL_TIMEOUTdefines 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.