Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnordberg/wsq-server
Standalone wsq server
https://github.com/jnordberg/wsq-server
Last synced: 22 days ago
JSON representation
Standalone wsq server
- Host: GitHub
- URL: https://github.com/jnordberg/wsq-server
- Owner: jnordberg
- Created: 2015-11-29T17:58:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T23:52:20.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T04:04:26.573Z (25 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wsq-server
==========Standalone [wsq](https://github.com/jnordberg/wsq) server using
[fs-blob-store](https://github.com/mafintosh/fs-blob-store) and
[leveldown](https://github.com/Level/leveldown).```bash
# install
npm install -g wsq-server bunyan
# run
wsq-server | bunyan
```Configuration
-------------Is done using environment variables:
Name | Alias | Default | Description
----------------|-------------|------------------------------|---------------------------
`WSQ_PORT` | `PORT` | `5000` | Port server listens on
`WSQ_STORAGE` | | `$HOME/.wsq-server/storage` | Blob storage directory
`WSQ_DATABASE` | | `$HOME/.wsq-server/database` | LevelDB database location
`WSQ_LOG_LEVEL` | `LOG_LEVEL` | `debug` | Logging levelLicense
-------MIT