IPWorks WebSockets 2020 Node.js Edition

Questions / Feedback?

Connected Event

Fired when a WebSocket is successfully opened.

Syntax

websocketserver.on('Connected', [callback])

Callback

The 'callback' is called when the 'Connected' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.connectionId

Remarks

The Connected event is fired when a WebSocket is successfully opened on a connection.

ConnectionId identifies the connection.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks WebSockets 2020 Node.js Edition - Version 20.0 [Build 8155]