@gibme/tcp-server
Preparing search index...
createServer
Function createServer
createServer
(
options
?:
ServerOpts
,
connectionListener
?:
(
socket
:
Socket
)
=>
void
,
)
:
TCPServer
Creates a new TCP server with the provided options
Parameters
options
:
ServerOpts
= {}
Optional
connectionListener
:
(
socket
:
Socket
)
=>
void
Returns
TCPServer
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@gibme/tcp-server
Loading...
Creates a new TCP server with the provided options