Docs
Reference
Guides
Blog
Discord
/
node:net
/
Server
/
constructor
Co
constructor
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:net
/
Server
/
constructor
Co
constructor
constructor
net.Server.constructor
Not implemented in Bun
constructor
Server
(
connectionListener
?
:
(
socket
:
Socket
)
=>
void
)
:
Server
;
constructor
Server
(
options
?
:
ServerOpts
,
connectionListener
?
:
(
socket
:
Socket
)
=>
void
)
:
Server
;