https://github.com/angerman/network-service
Thin layer over network-simple
https://github.com/angerman/network-service
Last synced: about 1 year ago
JSON representation
Thin layer over network-simple
- Host: GitHub
- URL: https://github.com/angerman/network-service
- Owner: angerman
- License: mit
- Created: 2014-11-28T14:23:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T15:29:51.000Z (over 11 years ago)
- Last Synced: 2025-03-18T19:31:41.273Z (about 1 year ago)
- Language: Haskell
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# network service
network-service is a small package providing a thin layer over network-simple, that allows
to write services based on a message data type, quickly.
## Example
See the [Echo.hs](Example/Echo.hs) for a trivial echo service.
## Installation
To install, simply use cabal
```
cabal install network-service
```