Skip to content

Fix links to archived github projects #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ title: Home
---
Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell.
The Cloud Haskell Platform consists of a
[generic network transport API](https://github.com/haskell-distributed/network-transport),
libraries for sending [static closures](https://github.com/haskell-distributed/distributed-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process) and a
[generic network transport API](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport),
libraries for sending [static closures](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process) and a
set of platform libraries modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).

Generic network transport backends have been developed for
[TCP](https://github.com/haskell-distributed/network-transport-tcp) and
[in-memory](https://github.com/haskell-distributed/network-transport-inmemory)
[TCP](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport-tcp) and
[in-memory](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport-inmemory)
messaging, and several other implementations are available including a transport for
[Windows Azure](https://github.com/haskell-distributed/distributed-process-azure). The [wiki](/wiki.html) provides links to a number of resources for learning about the conceptual underpinnings of Cloud Haskell, and some [examples](https://github.com/haskell-distributed/distributed-process-demos).

Expand Down