Home > @i2analyze/i2connect > Server > start
Server.start() method
Starts the i2 Connect server.
Signature:
static start(directory: string): void;
Introduced: API version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
directory | string | The full path of the root directory from which the server serves its content. |
Returns:
void