🌐 Networking Framework

Nen-Net

High-performance, statically allocated HTTP and TCP framework with inline functions, connection pooling, and zero dynamic allocation for predictable performance.

What is Nen-Net?

Nen-Net is a high-performance networking framework built in Zig that provides statically allocated HTTP, TCP, and WebSocket capabilities with zero dynamic allocation.

Key Principles:

  • • Static memory allocation for predictable performance
  • • Inline functions for maximum optimization
  • • Connection pooling for efficient resource management
  • • Zero allocation overhead during operation
Performance Targets
Concurrent Connections:100K+
Requests/Second:1M+
Latency:<1ms
Memory Overhead:<5%
Architecture Overview
🌐

HTTP Server

High-performance HTTP/1.1 server with route-based handling and middleware support

🔌

TCP Framework

TCP client/server with connection pooling and buffer management

📡

WebSocket

WebSocket server with frame handling and protocol management