get-server-address
Get the address of a server.
Installation
yarn
Usage
The following code will output: Listening at http://[::]:8888
.
; const server = ; server;
Will work with
express
,connect
or any other server that imitatesServer
from thenet
module.