UNPKG

thywill

Version:

A Node.js clustered framework for single page web applications based on asynchronous messaging.

7 lines (5 loc) 135 B
/** * @fileOverview * A script to launch the single Calculations server. */ require('../lib/service').start(10082, 'alpha');