consul-haskell alternatives and similar packages
Based on the "Networking" category.
Alternatively, view consul-haskell alternatives based on common mentions on social networks and blogs.
-
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
ngx-export
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of consul-haskell or a related project?
README
consul-haskell
package: A consul client for Haskell
This package is a work-in-progress, but much of the functionality works.
It was originally made by Alpha Heavy Industries and maintainance is helped by @nh2 with partial time sponsoring from FP Complete.
Testing
stack test
; you need to have consul
on PATH
.
If you don't want to care about such dependencies, install Nix, set up NUR (see [shell.nix
](shell.nix)) and run:
stack --nix-shell-file shell.nix test
which will provide all needed programs for you.