https://github.com/zkat/playwright
Like Erlang, but not
https://github.com/zkat/playwright
Last synced: 8 months ago
JSON representation
Like Erlang, but not
- Host: GitHub
- URL: https://github.com/zkat/playwright
- Owner: zkat
- License: other
- Created: 2017-12-21T22:26:01.000Z (about 8 years ago)
- Default Branch: latest
- Last Pushed: 2017-12-28T06:50:38.000Z (almost 8 years ago)
- Last Synced: 2025-03-14T21:51:21.702Z (9 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# playwright [](https://npm.im/playwright) [](https://npm.im/playwright) [](https://travis-ci.org/zkat/playwright) [](https://ci.appveyor.com/project/zkat/playwright) [](https://coveralls.io/github/zkat/playwright?branch=latest)
[`playwright`](https://github.com/zkat/playwright) is a library for Node.js that
lets you run functions and modules in multiple isolated processes and helps you
coordinate and manage their communication and error handling.
## Install
`$ npm install --save playwright`
## Table of Contents
* [Example](#example)
* [Features](#features)
* [Contributing](#contributing)
* [API](#api)
### Example
```javascript
```
### Features
* Spawn multiple actors running tasks in parallel
* Process isolation
* Crash monitoring and recovery
* Mailbox-based actor API for communication
### Contributing
The playwright team enthusiastically welcomes contributions and project
participation! There's a bunch of things you can do if you want to contribute!
The [Contributor Guide](CONTRIBUTING.md) has all the information you need for
everything from reporting bugs to contributing entire new features. Please don't
hesitate to jump in if you'd like to, or even ask us questions if something
isn't clear.
### API