From f9949a32008f737b1d17cd669a084249c9a58175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Balakirev?= Date: Sun, 24 Mar 2019 16:15:32 +0100 Subject: [PATCH] Reference for directator websocketd example added. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 779bb836..1e36cb7e 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Example Projects ---------------- * [Plot real time Linux CPU/IO/Mem stats to a HTML5 dashboard using websocketd and vmstat](https://github.com/joewalnes/web-vmstats) _(for Linux)_ +* [List files from a configured folder](https://github.com/dbalakirev/directator) _(for Linux)_ * [Remote JScript & VBScript code execution tool based on websocketd](https://github.com/dab00/ws-console) _(for Windows)_ * [Arbitrary REPL in the browser using websocketd](https://github.com/rowanthorpe/ws-repl) * [Retrieve SQL data from server with LiveCode and webSocketd](https://github.com/samansjukur/wslc)