Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
翻译 - 将任何使用STDIN / STDOUT的程序转换为WebSocket服务器。类似于inetd,但适用于WebSockets。
A TCP port redirector for UNIX
xinetd is a secure replacement for inetd
Internet data processing tools
A UDP port redirector for UNIX
FTP/TFTP server for Linux that just works™
The aim of this assignment is to have you do TCP socket client / server programming using I/O multiplexing, child processes and threads. It also aims at getting you to familiarize yourselves with the ...