Commit Graph

4 Commits

Author SHA1 Message Date
abieber
27b47d6d24 Bump websocketd to 0.3.1
- Switch to MODGO_MOD*.
- Remove patch in favor of MODGO_LDFLAGS.

OK kspillner@
2020-08-23 02:59:00 +00:00
czarkoff
985ab92a88 update to websocketd 0.2.12
OK jsing@ kspillner@
2016-05-21 01:27:37 +00:00
kspillner
a5b4caef33 Update net/websocketd to latest upstream release. With help from czarkoff@.
ok czarkoff@
2015-07-20 20:53:58 +00:00
kspillner
7cf2c502ac Import websocketd
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.

ok sthen@
2015-03-31 15:38:37 +00:00