This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Description
JsJob computation style is oriented around small to medium "jobs", quite similar to that of AWS Lambda.
Such services have the advantage that they are super elastic:
- billed by the second/millisecond
- built-in horizontal scaling
- very fast startup/teardown times
Integration could for instance be having a plug-and-play image that can run a headless browser (like PhantomJS) and execute JsJobs in same manner as self-hosting or standard cloud-hosting. This should be 100% compatible and transparent to the JsJob.
Disadvantage is that browser startup may be significant, depending on typical size of job. Would need metrics for measuring how long it takes to judge the impact.