II.
LibraryProcess overview
Reference · livelib-process:network-programming--message-framing
specializations/network-programming/message-framing overview
Message Framing Implementation - Implement message framing strategies for stream-based protocols including length-prefix, delimiter-based, and fixed-length framing with buffer management and error recovery.
Attributes
displayName
specializations/network-programming/message-framing
description
Message Framing Implementation - Implement message framing strategies for stream-based protocols
including length-prefix, delimiter-based, and fixed-length framing with buffer management and error recovery.
libraryPath
library/specializations/network-programming/message-framing.js
specialization
network-programming
references
- Protocol Design Best Practices
- - HTTP/2 Framing: https://www.rfc-editor.org/rfc/rfc7540
example
const result = await orchestrate('specializations/network-programming/message-framing', {
projectName: 'Protocol Message Framing',
language: 'Rust',
framingStrategy: 'length-prefix',
maxMessageSize: 1048576
});
usesAgents
- protocol-parser
- serialization
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_area2
- skill-area:protocol-design·SkillAreaNetwork Protocol Design
- skill-area:socket-programming·SkillAreaSocket Programming
Incoming edges
None.