Skip to content

TCP Send Node

Web/TCP

TCP Send

Sends data through an open TCP connection

tcp_sendweb
Inputs4
Outputs1
Security exposure4/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
4/10Medium
PrivacyPotential sensitivity of processed data.
3/10High
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
5/10Medium
ReliabilityOperational stability considerations.
3/10High
CostExternal or compute cost impact.
0/10High

Input Pins

4

Execute

Execution
exec_in

Trigger the send

Session

Struct
session

TCP session reference

TcpSessionTcpSession2 fields
ref_idstringrequired
remote_addrstringrequired
Schema enforced

Message Type

String
message_type

Whether to send as text (UTF-8) or binary

Default Text
TextBinary

Payload

String
payload

The data to send (string for Text, byte array for Binary)

Output Pins

1

Done

Execution
exec_out

Fires after the data is sent

Node Info

Internal name
tcp_send
Category
Web/TCP