|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|

Files | |
| connection_pool.cpp | |
| TCP connection pool usage example. | |
| grpc_service_example.cpp | |
| Demonstrates gRPC server and client using the facade API. | |
| http_facade_example.cpp | |
| Demonstrates HTTP facade for simplified server/client creation. | |
| network_metrics_example.cpp | |
| Demonstrates network metrics collection and reporting. | |
| network_tracing_example.cpp | |
| Demonstrates distributed tracing for network operations. | |
| observer_pattern.cpp | |
| Demonstrates the connection_observer and callback_adapter patterns. | |
| quic_facade_example.cpp | |
| Demonstrates QUIC facade for modern transport with built-in TLS. | |
| tcp_client.cpp | |
| Minimal TCP client using the facade API. | |
| tcp_echo_server.cpp | |
| Minimal TCP echo server using the facade API. | |
| thread_integration_example.cpp | |
| Demonstrates thread pool integration for async network operations. | |
| tls_policy_example.cpp | |
| Demonstrates TLS policy configuration for secure connections. | |
| udp_echo.cpp | |
| Minimal UDP echo server and client. | |
| unified_messaging_example.cpp | |
| Demonstrates the unified transport interface abstraction. | |
| websocket_chat.cpp | |
| WebSocket chat server and client in a single program. | |