worker-service-manager

![Build Status](https://travis-ci.org/tresorit/WorkerServiceManager.svg?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/tresorit/WorkerServiceManager/badge.svg)](https://snyk.io/test/github/tresorit/WorkerServiceManager)

Usage no npm install needed!

<script type="module">
  import workerServiceManager from 'https://cdn.skypack.dev/worker-service-manager';
</script>

README

WorkerServiceManager

Build Status Known Vulnerabilities

A simple system that handles communication between code running in different contexts (e.g.: workers) through messages.

Build

The bundles are built with rollup, you can run the build by: npm run build

Linting

Linting is done by tslint, you can run it by: npm run lint

Testing

Tests were written using mocha and sinon.

Run tests by: npm test