@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
86 lines (42 loc) • 1.34 kB
Markdown
---
lang: en
title: 'API docs: socketio.socketioserveroptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/socketio
permalink: /doc/en/lb4/apidocs.socketio.socketioserveroptions.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/socketio](./socketio.md) > [SocketIoServerOptions](./socketio.socketioserveroptions.md)
## SocketIoServerOptions interface
**Signature:**
```typescript
export interface SocketIoServerOptions
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[httpServerOptions?](./socketio.socketioserveroptions.httpserveroptions.md)
</td><td markdown="1">
</td><td markdown="1">
[HttpServerResolvedOptions](./socketio.httpserverresolvedoptions.md)
</td><td markdown="1">
_(Optional)_
</td></tr>
<tr><td markdown="1">
[socketIoOptions?](./socketio.socketioserveroptions.socketiooptions.md)
</td><td markdown="1">
</td><td markdown="1">
ServerOptions
</td><td markdown="1">
_(Optional)_
</td></tr>
</tbody></table>