barakb / Example-Distributed-App

An example distributed systems application in Haskell using Cloud Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This here is an example distributed app using Cloud Haskell.

I wrote a blog post about this at yager.io/Distributed/Distributed.html.

To install dependencies, run cabal install --only-dependencies. You can also just cabal install each dependency yourself if there's a newer version.

To compile, run ghc Distributed.hs.

About

An example distributed systems application in Haskell using Cloud Haskell

License:MIT License


Languages

Language:Haskell 100.0%