II.
LibraryProcess overview
Reference · livelib-process:network-programming--websocket-server
specializations/network-programming/websocket-server overview
WebSocket Server Implementation - Build a WebSocket server compliant with RFC 6455 with handshake, frame parsing, ping/pong, message fragmentation, subprotocol negotiation, and connection management.
Attributes
displayName
specializations/network-programming/websocket-server
description
WebSocket Server Implementation - Build a WebSocket server compliant with RFC 6455 with handshake,
frame parsing, ping/pong, message fragmentation, subprotocol negotiation, and connection management.
libraryPath
library/specializations/network-programming/websocket-server.js
specialization
network-programming
references
- - WebSocket RFC 6455: https://www.rfc-editor.org/rfc/rfc6455
- - WebSocket Compression: https://www.rfc-editor.org/rfc/rfc7692
example
const result = await orchestrate('specializations/network-programming/websocket-server', {
projectName: 'Real-time WebSocket Server',
language: 'Node.js',
features: { compression: true, subprotocols: ['graphql-ws'], maxConnections: 10000 }
});
usesAgents
- websocket
- event-loop
Outgoing edges
lib_applies_to_domain1
- domain:networking·DomainNetworking
lib_belongs_to_specialization1
- specialization:network-programming·Specialization
lib_covers_topic1
- topic:circuit-breakers·TopicCircuit Breakers
lib_implements_workflow1
- workflow:protocol-implementation-review·WorkflowProtocol Implementation Review
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area3
- skill-area:protocol-design·SkillAreaNetwork Protocol Design
- skill-area:socket-programming·SkillAreaSocket Programming
- skill-area:websocket-design·SkillAreaWebSocket Protocol Design
Incoming edges
None.