The rpc package
Given an address of a server sharing a set of functions, this rpc library generates functions of the same name for a client, preformed within the IO monad. Calling these results in the original function being executed server side. The pseudo-functions generated maintain their original server side type (except for the added IO).
Properties
| Versions | 0.0.0, 0.0.1 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring (0.*), cereal (0.*), containers (0.*), derive (<3), network-fancy (0.*), template-haskell (<3), th-lift (0.*) |
| License | BSD3 |
| Author | Sam Anklesaria |
| Maintainer | amsay@amsay.net |
| Category | Network |
| Upload date | Thu Jun 10 21:38:05 UTC 2010 |
| Uploaded by | SamAnklesaria |
| Built on | ghc-6.12 |
| Build failure | ghc-7.0 (log) |
Modules
- Data
- Serialize
- Network
Downloads
- rpc-0.0.1.tar.gz (Cabal source package)
- package description (included in the package)