ports/net/websocketd/pkg/DESCR

7 lines
346 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.