UNPKG

thywill

Version:

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

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