DEBSOURCES
Skip Quicknav
sources / websocketd / 0.4.1-1 / examples / lua / greeter.lua
1234567
local input = io.stdin:read() while input do print(input) io.stdout:flush() input = io.stdin:read() end