II.
LibraryProcess overview
Reference · livelib-process:network-programming--http2-server
specializations/network-programming/http2-server overview
HTTP/2 Server Implementation - Build an HTTP/2 compliant server with binary framing, multiplexed streams, header compression (HPACK), flow control, server push, and stream prioritization.
Attributes
displayName
specializations/network-programming/http2-server
description
HTTP/2 Server Implementation - Build an HTTP/2 compliant server with binary framing, multiplexed streams,
header compression (HPACK), flow control, server push, and stream prioritization.
libraryPath
library/specializations/network-programming/http2-server.js
specialization
network-programming
references
- - HTTP/2 RFC 7540: https://www.rfc-editor.org/rfc/rfc7540
- - HPACK RFC 7541: https://www.rfc-editor.org/rfc/rfc7541
example
const result = await orchestrate('specializations/network-programming/http2-server', {
projectName: 'High-Performance HTTP/2 Server',
language: 'Go',
features: { serverPush: true, prioritization: true, maxConcurrentStreams: 100 }
});
usesAgents
- http-protocol
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:http2-multiplexing·SkillAreaHTTP/2 & HTTP/3 Multiplexing
Incoming edges
None.