II.
LibraryProcess overview
Reference · livelib-process:network-programming--realtime-messaging-system
specializations/network-programming/realtime-messaging-system overview
Real-Time Messaging System - Build a scalable real-time messaging system with pub/sub, presence detection, message history, delivery guarantees, and horizontal scaling support.
Attributes
displayName
specializations/network-programming/realtime-messaging-system
description
Real-Time Messaging System - Build a scalable real-time messaging system with pub/sub, presence
detection, message history, delivery guarantees, and horizontal scaling support.
libraryPath
library/specializations/network-programming/realtime-messaging-system.js
specialization
network-programming
references
- - Phoenix Channels: https://hexdocs.pm/phoenix/channels.html
- - Socket.IO: https://socket.io/docs/
example
const result = await orchestrate('specializations/network-programming/realtime-messaging-system', {
projectName: 'Enterprise Messaging Platform',
language: 'Go',
features: { pubSub: true, presence: true, history: true, scaling: 'redis' }
});
usesAgents
- websocket
- grpc-protocol
- dns-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_area2
- skill-area:protocol-design·SkillAreaNetwork Protocol Design
- skill-area:socket-programming·SkillAreaSocket Programming
Incoming edges
None.