Server
Create a server and allow remote connection.
new Server(options)
new Server(options)
Create a server to be able to connect remotely.
Parameter
Default
Description
options
options.port
4951
options.users
options.users[].username
options.users[].password
options.users[].permissions
Example:
Last updated