diff options
Diffstat (limited to 'Run')
-rw-r--r-- | Run/Que/Server.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Run/Que/Server.hs b/Run/Que/Server.hs index 1277376..0fc9fd1 100644 --- a/Run/Que/Server.hs +++ b/Run/Que/Server.hs @@ -6,6 +6,12 @@ -- | Interprocess communication -- +-- Prior art: +-- - <https://github.com/jb55/httpipe> +-- - <https://patchbay.pub> +-- - <https://github.com/hargettp/courier> +-- - sorta: <https://ngrok.com/> and <https://localtunnel.github.io/www/> +-- -- : exe que-server -- -- : dep async |