@loopback/docs
Version:
Documentation for LoopBack 4
28 lines (18 loc) • 692 B
Markdown
lang: en
title: 'API docs: http-server.httpserver.start'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/http-server
permalink: /doc/en/lb4/apidocs.http-server.httpserver.start.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/http-server](./http-server.md) > [HttpServer](./http-server.httpserver.md) > [start](./http-server.httpserver.start.md)
## HttpServer.start() method
Starts the HTTP / HTTPS server
<b>Signature:</b>
```typescript
start(): Promise<void>;
```
<b>Returns:</b>
`Promise<void>`