freebsd-ports/www/websocketd/pkg-descr
Guangyuan Yang 6e3314f231 - Add websocketd 0.3.0
websocketd is the WebSocket daemon. It takes care of handling the
WebSocket connections, launching your programs to handle the WebSockets,
and passing messages between programs and web-browser.

PR:		226867
Approved by:	adamw
2018-03-24 06:43:29 +00:00

9 lines
375 B
Plaintext

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.
WWW: http://websocketd.com/