You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ title: Home
4
4
---
5
5
Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell.
6
6
The Cloud Haskell Platform consists of a
7
-
[generic network transport API](https://github.com/haskell-distributed/network-transport),
8
-
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
7
+
[generic network transport API](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport),
8
+
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
9
9
set of platform libraries modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).
10
10
11
11
Generic network transport backends have been developed for
12
-
[TCP](https://github.com/haskell-distributed/network-transport-tcp) and
messaging, and several other implementations are available including a transport for
15
15
[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).
0 commit comments