An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# playwright [![npm version](https://img.shields.io/npm/v/playwright.svg)](https://npm.im/playwright) [![license](https://img.shields.io/npm/l/playwright.svg)](https://npm.im/playwright) [![Travis](https://img.shields.io/travis/zkat/playwright.svg)](https://travis-ci.org/zkat/playwright) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/playwright?svg=true)](https://ci.appveyor.com/project/zkat/playwright) [![Coverage Status](https://coveralls.io/repos/github/zkat/playwright/badge.svg?branch=latest)](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