socketstream/socketstream

View on GitHub
docs/partials/api/start.html

Summary

Maintainability
Test Coverage
<a href="https://github.com/socketstream/socketstream/edit/master/lib/socketstream.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/socketstream/socketstream/blob/3f3f67a/lib/socketstream.js#L223" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">start</code>
<div><span class="hint"></span>
</div>
</h1>
<div><h2 id="description">Description</h2>
<div class="description"><div class="start-page"><p>Starts the development or production server</p>
</div></div>
<h2 id="usage">Usage</h2>
<div class="usage"><pre class="prettyprint linenums">new start(server);</pre>
<h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>server</td><td><a href="" class="label type-hint type-hint-httpserver">HTTPServer</a></td><td><div class="start-page"><p>Instance of the server from the http module</p>
</div></td></tr></tbody></table></div>
</div>