Foreman, a quick and dirty helper for Web Workers
Foreman is a small library that helps handling messages between front-end html and Web Workers. Each message data is associated with an "action" that you can listen to with a simple on() method.
Well.. That should be clearer with an example.