UNPKG

thywill

Version:

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

8 lines (6 loc) 191 B
/** * @fileOverview * A script to launch one of the clustered Thywill server processes running the * Draw example application. */ require('../lib/service').start(10091, 'alpha');