new _startServer(port, callback)
Start http server in a child_process
Parameters:
Name | Type | Description |
---|---|---|
port |
object | : on which port offline content should be served, default is 3010 |
callback |
object | : a callback function to get listen port (if default is already taken) |