Standards & CompatibilityNetworkingUDPUse Bun's UDP API to implement services with advanced real-time requirements, such as voice chat.Copy MarkdownOpenTCPUse Bun's native TCP API to implement performance-sensitive systems like database clients, game servers, or anything that needs to communicate over TCP (instead of HTTP)ServerUse `Bun.serve` to start a high-performance HTTP server in Bun