diff options
author | Ben Sima <ben@bsima.me> | 2020-04-12 16:03:39 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-12 19:01:15 -0700 |
commit | c66d38a348455632a5f8db5c798b995a2f74109c (patch) | |
tree | 58ed64f7134eff2e4f52e3fac6d2d2965d0026ec /Run/Que | |
parent | c7e148be6444969d39716eec0feb237641698873 (diff) |
Add some links
Diffstat (limited to 'Run/Que')
-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 |