porcellus / WorkerServiceManager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 98.3%Language:JavaScript 1.7%