aboutsummaryrefslogtreecommitdiff
path: root/www/websocketd/pkg-descr
blob: b654597ceef057f28222aa8d9188fd9b3959a9b8 (plain) (blame)
1
2
3
4
5
6
websocketd is a small command-line tool that will wrap an existing command-line
interface program, and allow it to be accessed via a WebSocket.

WebSocket-capable applications can now be built very easily in any language. As
long as you can write an executable program that reads `STDIN` and writes to
`STDOUT`, you can build a WebSocket server.