Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC authored Sep 3, 2024
1 parent 13e474e commit d3bbcfc
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
# network-transport-inmemory
[![Release](https://img.shields.io/hackage/v/network-transport-inmemory.svg)](http://hackage.haskell.org/package/network-transport-inmemory)

network-transport-inmemory is a transport for local
communication in the same address space (i.e. a single operating system process). This is useful for testing purposes or for local communication that requires the network-transport semantics.

*NB*: network-transport-inmemory does not support cross-transport
communication. All endpoints that want to communicate should be created using
the same transport.


This repository is part of Cloud Haskell.

See http://haskell-distributed.github.com for documentation, user guides,
tutorials and assistance.

## Getting Help / Raising Issues

Please visit the [bug tracker](https://github.com/haskell-distributed/network-transport-inmemory/issues) to submit issues. You can contact the [email protected] mailing list for help and comments.

## License

This package is made available under a 3-clause BSD-style license.

# network-transport-inmemory (archive)

## :warning: This package is now developed here: https://github.com/haskell-distributed/distributed-process :warning:

0 comments on commit d3bbcfc

Please sign in to comment.