https://github.com/gajus/octopede
Headless Chrome orchestration service.
https://github.com/gajus/octopede
chrome headless orchestration
Last synced: about 2 months ago
JSON representation
Headless Chrome orchestration service.
- Host: GitHub
- URL: https://github.com/gajus/octopede
- Owner: gajus
- License: other
- Created: 2017-11-09T10:00:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T23:42:54.000Z (over 7 years ago)
- Last Synced: 2025-11-05T17:13:36.319Z (8 months ago)
- Topics: chrome, headless, orchestration
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Octopede
[](https://travis-ci.org/gajus/octopede)
[](https://coveralls.io/github/gajus/octopede)
[](https://www.npmjs.org/package/octopede)
[](https://github.com/gajus/canonical)
[](https://twitter.com/kuizinas)
Headless Chrome orchestration service.
## Usage
Refer to the CLI manual.
```bash
$ octopede --help
```
### Start a cluster
```bash
$ octopede start \
--maximum-instances 10 \
--minimum-instances 5 \
--port 9200
```