Skip to main content

Module node_net

Module node_net 

Source
Expand description

node:net implementation using bun_uws uSockets TCP socket API.

Replaces the previous std::net::TcpListener/TcpStream synchronous implementation with event-loop-integrated uSockets sockets managed by bao_uloop’s epoll backend.

Structs§

NetCleanup

Functions§

install