Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angerman/network-service
Thin layer over network-simple
https://github.com/angerman/network-service
Last synced: about 9 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T15:29:51.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T23:45:14.195Z (26 days ago)
- Language: Haskell
- Size: 121 KB
- Stars: 0
- Watchers: 3
- 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
```